Skip to content

Commit 7f53de9

Browse files
committed
update travis.yml some more
1 parent c7e018c commit 7f53de9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: rust
22
rust:
3+
- stable
34
- nightly
45
script:
56
- cargo test
6-
- cargo test --all-features
7+
- |
8+
[ $TRAVIS_RUST_VERSION != nightly ] ||
9+
cargo test --all-features

0 commit comments

Comments
 (0)