Skip to content

Commit 31e094f

Browse files
committed
Be explicit for Travis' sake
1 parent 55e8755 commit 31e094f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: rust
2-
rust:
3-
- stable
42

53
matrix:
64
include:
5+
76
- rust: nightly-2018-01-26
87
before_script:
98
- rustup component add rustfmt-preview
109
script:
1110
- cargo fmt -- --write-mode=diff
1211

13-
script:
14-
- cargo test
12+
- rust:
13+
- stable
14+
script:
15+
- cargo test

0 commit comments

Comments
 (0)