summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 725fa91..e7d1436 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,8 @@ script:
- cargo test --verbose --no-default-features
- cargo build --verbose
- cargo test --verbose
+- cargo build --verbose --all-features
+- cargo test --verbose --all-features
env:
global:
- RUSTFLAGS="-C link-dead-code"