summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-03-22 22:16:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-03-22 22:16:42 +0100
commitcde8a37e41d9c91fe785ca9b720b719275c6af5a (patch)
treed876f815fef8fee955ce392f4cd187860713774e /.travis.yml
parentc857f97287ee2d29e0981ccaa5942ca54fe7978e (diff)
Remove "build" job to speed up travis builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3160ccc2..94ebaf67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,6 @@ script:
- |
bash ./scripts/find-dead-symlinks || 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
notifications: