Skip to content

Commit 121fa78

Browse files
authored
Merge pull request #2969 from zendesk/plonergan/fossa
Update .travis.yml to reflect changes to fossa client
2 parents e6c9281 + 032b9af commit 121fa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
include:
3232
- env: TASK=fossa # nice label for UI
3333
before_script:
34-
- export LOCAL=true && curl -H 'Cache-Control:no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
34+
- export BINDIR=$(pwd) && curl -H 'Cache-Control:no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
3535
script:
3636
- ./fossa analyze --config config/fossa.yml # analyze dependencies and upload them (fails when missing api key)
3737
- ./fossa test --config config/fossa.yml # wait for fossa to analyse the upload and fail if it finds issues, to add ignores contact [email protected] with subject "FOSSA ignore <NAME> in samson"

0 commit comments

Comments
 (0)