diff options
| author | Vincent Prouillet | 2018-05-29 22:24:16 +0200 |
|---|---|---|
| committer | Vincent Prouillet | 2018-05-29 22:24:16 +0200 |
| commit | dd25d76eafb77b2e506ca4e92a0a142957dff43b (patch) | |
| tree | 24895f32159e362ced8802d41b312f51ffbb0ca6 | |
| parent | 287e83a27988fb7de5871e9ce4c8ba8c515b2076 (diff) | |
| download | validator-dd25d76eafb77b2e506ca4e92a0a142957dff43b.tar.bz2 | |
Change rust target for travis
| -rw-r--r-- | .travis.yml | 3 |
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 |
