diff options
author | Christopher Durham <[email protected]> | 2018-01-27 23:43:19 +0000 |
---|---|---|
committer | Christopher Durham <[email protected]> | 2018-01-27 23:47:42 +0000 |
commit | 9140b3e7286efae57ee8c49c7bfcad8737f9c6fc (patch) | |
tree | c22cfa06a26add11f3aefca3806f0009dd25d923 | |
parent | 55e8755fbbce97cb1fbc75755c125334dd824991 (diff) |
Be explicit for Travis' sake
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index afca18dea..2140f8d4a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,14 +1,14 @@ | |||
1 | language: rust | 1 | language: rust |
2 | rust: | ||
3 | - stable | ||
4 | 2 | ||
5 | matrix: | 3 | matrix: |
6 | include: | 4 | include: |
5 | |||
7 | - rust: nightly-2018-01-26 | 6 | - rust: nightly-2018-01-26 |
8 | before_script: | 7 | before_script: |
9 | - rustup component add rustfmt-preview | 8 | - rustup component add rustfmt-preview |
10 | script: | 9 | script: |
11 | - cargo fmt -- --write-mode=diff | 10 | - cargo fmt -- --write-mode=diff |
12 | 11 | ||
13 | script: | 12 | - rust: stable |
14 | - cargo test | 13 | script: |
14 | - cargo test | ||