From dd25d76eafb77b2e506ca4e92a0a142957dff43b Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 29 May 2018 22:24:16 +0200 Subject: Change rust target for travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3