From 9046e9d7a16c0bf54b3a66e86fcb40358881bd0e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 25 Jan 2017 20:45:08 -0800 Subject: [PATCH] Test suite requires beta for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c923d07d..a95e1435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ script: - (cd serde && travis-cargo build -- --no-default-features) - (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 --skip nightly test) +- (cd test-suite && travis-cargo --only beta test) - (cd test-suite && travis-cargo --only nightly test -- --features unstable-testing) - (cd test-suite/no-std-tests && travis-cargo --only nightly build) - (cd serde && travis-cargo --only stable doc)