aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEdward Barnard2018-05-17 20:53:54 +0100
committerEdward Barnard2018-05-17 20:53:54 +0100
commit54ddc49599d377c59676ff4db4b7b9da3fe1fe52 (patch)
tree92ed7a917e5c4d2446cac6d4744806f4aab98af5 /.travis.yml
parent9ebde5b5f08cdaf8aac7e62b5eb3bb32aa3cc525 (diff)
downloadrust-plist-54ddc49599d377c59676ff4db4b7b9da3fe1fe52.tar.bz2
Stop travis ignoring serde test failures.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d041d3..a2c0231 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,5 @@ rust:
- stable
- 1.18.0
script:
-- |
- cargo test
- cargo test --no-default-features
+ - cargo test
+ - cargo test --no-default-features