From c368bf16d0a7bab40ae4632f7b3d180ca7592e0e Mon Sep 17 00:00:00 2001 From: Jethro Beekman Date: Fri, 30 Mar 2018 16:04:26 -0700 Subject: [PATCH] Adjust features selection in CI --- .travis.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.sh b/.travis.sh index 120cbbe..872a5b1 100755 --- a/.travis.sh +++ b/.travis.sh @@ -33,8 +33,10 @@ build_and_test() { TZ=ACST-9:30 channel test -v --lib channel build -v --features rustc-serialize TZ=EST4 channel test -v --features rustc-serialize --lib - channel build -v --features 'serde bincode' - TZ=UTC0 channel test -v --features 'serde bincode' + channel build -v --features serde + TZ=UTC0 channel test -v --features serde --lib + channel build -v --features serde,rustc-serialize + TZ=Asia/Katmandu channel test -v --features serde,rustc-serialize } build_only() {