aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristopher Durham <[email protected]>2018-01-27 23:43:19 +0000
committerChristopher Durham <[email protected]>2018-01-27 23:47:42 +0000
commit9140b3e7286efae57ee8c49c7bfcad8737f9c6fc (patch)
treec22cfa06a26add11f3aefca3806f0009dd25d923 /.travis.yml
parent55e8755fbbce97cb1fbc75755c125334dd824991 (diff)
Be explicit for Travis' sake
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
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 @@
1language: rust 1language: rust
2rust:
3 - stable
4 2
5matrix: 3matrix:
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
13script: 12 - rust: stable
14 - cargo test 13 script:
14 - cargo test