summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cb7e1024..a667201a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,6 +88,14 @@ matrix:
- env: TARGET=x86_64-unknown-linux-gnu
rust: stable
+ # Test that we can build with the lowest version of all dependencies.
+ # "cargo test" doesn't work because some of our dev-dependencies, like
+ # rand, can't build with thier own minimal dependencies.
+ - rust: nightly
+ script:
+ - cargo update -Zminimal-versions
+ - cargo build
+
before_install: set -e
install: