Skip to content

Commit

Permalink
Merge pull request #2961 from zendesk/grosser/wait
Browse files Browse the repository at this point in the history
wait up to 20 minutes on fossa to find results so we do not fail on n…
  • Loading branch information
grosser authored Oct 3, 2018
2 parents 1c58b48 + ddbd25e commit 62adc03
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 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 [email protected] with subject "FOSSA ignore <NAME> in samson"
- travis_wait 20 ./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 62adc03

Please sign in to comment.