Skip to content

Commit

Permalink
Tell travis to wait longer for outputs when dependency-checker is dow…
Browse files Browse the repository at this point in the history
…nloading stuff
  • Loading branch information
flosell committed Jun 12, 2021
1 parent 9f5fbb3 commit 02d59db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ script: ./go test && ./go check-style
jobs:
include:
- stage: check dependencies for vulnerabilities
script: ./go check-dependencies
script: travis_wait 30 ./go check-dependencies
- stage: check for flakyness
script: ./go test-clj-unit-repeat
sudo: required
Expand Down

0 comments on commit 02d59db

Please sign in to comment.