From 032b9afdc3c282574eb5de31a09236c1ce076077 Mon Sep 17 00:00:00 2001 From: Patrick Lonergan Date: Mon, 1 Oct 2018 11:18:46 -0700 Subject: [PATCH] Update .travis.yml to reflect changes to fossa client --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3fe74b0216..4f8fb9ad50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ matrix: include: - env: TASK=fossa # nice label for UI before_script: - - export LOCAL=true && curl -H 'Cache-Control:no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash + - export BINDIR=$(pwd) && curl -H 'Cache-Control:no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash script: - ./fossa analyze --config config/fossa.yml # analyze dependencies and upload them (fails when missing api key) - ./fossa test --config config/fossa.yml # wait for fossa to analyse the upload and fail if it finds issues, to add ignores contact legal@zendesk.com with subject "FOSSA ignore in samson"