Skip to content

Commit

Permalink
Add travis_wait to long running commands
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Nov 4, 2018
1 parent 235cdab commit 6498045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,5 +8,5 @@ rust:
cache: cargo

script:
- cargo build --all
- cargo test --all
- travis_wait cargo build --all
- travis_wait cargo test --all

0 comments on commit 6498045

Please sign in to comment.