aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prouillet2018-05-29 22:24:16 +0200
committerVincent Prouillet2018-05-29 22:24:16 +0200
commitdd25d76eafb77b2e506ca4e92a0a142957dff43b (patch)
tree24895f32159e362ced8802d41b312f51ffbb0ca6
parent287e83a27988fb7de5871e9ce4c8ba8c515b2076 (diff)
downloadvalidator-dd25d76eafb77b2e506ca4e92a0a142957dff43b.tar.bz2
Change rust target for travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c286b5a..cddbeed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,13 @@ language: rust
cache: cargo
rust:
+ - 1.15.0
+ - stable
- nightly
script:
- (cd validator && cargo test --all-features)
- (cd validator_derive && cargo test --all-features)
+
notifications:
email: false