Adjust features selection in CI

This commit is contained in:
Jethro Beekman 2018-03-30 16:04:26 -07:00
parent ee52f2f02c
commit c368bf16d0
1 changed files with 4 additions and 2 deletions

View File

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