Merge pull request #1360 from Pratyush/master

Update travis.sh to also test `--no-default-features --features "rc alloc"`
This commit is contained in:
David Tolnay
2018-08-20 21:38:55 -04:00
committed by GitHub
+1
View File
@@ -50,6 +50,7 @@ else
channel build
channel build --no-default-features
channel build --no-default-features --features alloc
channel build --no-default-features --features 'rc alloc'
channel test --features 'rc unstable'
cd "$DIR/test_suite/deps"
channel build