Skip to content

Commit

Permalink
Go back to the only version that worked once
Browse files Browse the repository at this point in the history
  • Loading branch information
jranke committed Jul 24, 2024
1 parent 0d3a381 commit 7dd7d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ install:
- ./run.sh install_all

script:
- travis_wait 20 ./run.sh run_tests
- travis_wait 30 ./run.sh run_tests

after_failure:
- ./run.sh dump_logs

after_success:
- travis_wait 30 ./run.sh coverage
- travis_wait 40 ./run.sh coverage

0 comments on commit 7dd7d6a

Please sign in to comment.