Isolate the compiletest dependencies

This commit is contained in:
David Tolnay
2017-01-27 14:53:21 -08:00
parent 91f628727b
commit dd13fd3a34
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ script:
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features alloc)
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features collections)
- (cd test_suite && travis-cargo --only beta test)
- (cd test_suite && travis-cargo --only nightly test -- --features unstable-testing)
- (cd test_suite/deps && travis-cargo --only nightly build && cd .. && travis-cargo --only nightly test -- --features unstable-testing)
- (cd test_suite/no_std && travis-cargo --only nightly build)
env: