From c790bd2a69bb1924bed6926416387d603450f45e Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Mon, 20 Aug 2018 18:30:43 -0700 Subject: [PATCH] Update travis.sh --- travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis.sh b/travis.sh index f89f26d6..8626e3e6 100755 --- a/travis.sh +++ b/travis.sh @@ -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