try checking Nightly stuff just in the Nightly run.

This commit is contained in:
Lokathor
2020-01-13 20:10:48 -07:00
parent 59ae971a47
commit 1b54a3df9c
+6
View File
@@ -23,3 +23,9 @@ script:
- cargo test
- cargo build --features="alloc"
- cargo test --features="alloc"
- |
if [[ $TRAVIS_RUST_VERSION == "nightly" ]]
then
cargo build --all-features
cargo test --all-features
fi