diff options
| author | Lakelezz <[email protected]> | 2018-10-10 14:06:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-10 14:06:27 +0200 |
| commit | 5b6574c351daa8c28c0fbcf666a14289b4505be3 (patch) | |
| tree | 03300c161b7f11dbb33a281b479b93b20e4334e0 | |
| parent | Simplify code by removing negation (#413) (diff) | |
| download | serenity-5b6574c351daa8c28c0fbcf666a14289b4505be3.tar.xz serenity-5b6574c351daa8c28c0fbcf666a14289b4505be3.zip | |
Add `travis_wait` to extend build-time.
| -rw-r--r-- | .travis.yml | 2 |
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 |