Merge pull request #1361 from matthiasbeyer/travis-do-not-cargobuild
Remove "build" job to speed up travis builds
This commit is contained in:
commit
3416cf247b
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ 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:
|
||||||
|
|
Loading…
Reference in a new issue