[Travis] Test nightly features

This commit is contained in:
Nikolai Vazquez
2017-08-12 18:16:41 -04:00
parent 9c40c746ac
commit ee05fb2e2b
+2 -1
View File
@@ -7,5 +7,6 @@ matrix:
os: osx
- rust: beta
- rust: nightly
env: TEST_FLAGS="--features nightly"
script:
- cargo test
- eval "cargo test $TEST_FLAGS"