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() {