Revert "Remove "build" job to speed up travis builds"

This commit is contained in:
Matthias Beyer 2018-03-23 21:33:43 +01:00 committed by GitHub
parent 7907ed96c7
commit 2d95a952a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ script:
- | - |
bash ./scripts/find-dead-symlinks || exit 1 bash ./scripts/find-dead-symlinks || exit 1
bash ./scripts/license-headers-updated || exit 1 bash ./scripts/license-headers-updated || exit 1
cargo build --all --all-features -j 1 || exit 1
cargo test --all --all-features -j 1 || exit 1 cargo test --all --all-features -j 1 || exit 1
notifications: notifications: