aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakelezz <[email protected]>2018-10-10 14:06:27 +0200
committerGitHub <[email protected]>2018-10-10 14:06:27 +0200
commit5b6574c351daa8c28c0fbcf666a14289b4505be3 (patch)
tree03300c161b7f11dbb33a281b479b93b20e4334e0
parentSimplify code by removing negation (#413) (diff)
downloadserenity-5b6574c351daa8c28c0fbcf666a14289b4505be3.tar.xz
serenity-5b6574c351daa8c28c0fbcf666a14289b4505be3.zip
Add `travis_wait` to extend build-time.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c3ea58c..3a77581 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,5 +26,5 @@ before_script:
- cd ..
- export PATH="$PATH:$HOME/.cargo/bin"
script:
- - cargo build --all-features
+ - travis_wait cargo build --all-features
- cargo test --all-features