summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-03-23 21:33:43 +0100
committerGitHub <noreply@github.com>2018-03-23 21:33:43 +0100
commit2d95a952a3c2c0ef8a15947bc471aed9203e1b43 (patch)
tree246ca869d8675874eed011c727e3e359ab9e4b81 /.travis.yml
parent7907ed96c72d8fe52b9e6bf281ddaeccf0f6d70e (diff)
Revert "Remove "build" job to speed up travis builds"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 94ebaf67..3160ccc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ 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: