Skip to content

Commit 394d627

Browse files
committed
Only run tests on nightly
1 parent b75f056 commit 394d627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rust:
66
sudo: false
77
script:
88
- cargo build --verbose
9-
- cargo test --verbose
9+
- [ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose
1010
- cargo doc
1111
after_success: |
1212
[ $TRAVIS_BRANCH = master ] &&

0 commit comments

Comments
 (0)