Skip to content

Commit

Permalink
make fossa test work
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 26, 2018
1 parent df61668 commit f2fbc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ matrix:
- export LOCAL=true && 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 # 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"
- ./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 comments on commit f2fbc75

Please sign in to comment.