From f52a29398c2df3f8a92845c56efd2114a0ba63fe Mon Sep 17 00:00:00 2001 From: eV Date: Fri, 16 Aug 2019 21:10:55 +0000 Subject: [PATCH] one more guard --- ci/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis.sh b/ci/travis.sh index b5925cf..2747fee 100755 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -48,7 +48,7 @@ build_and_test() { channel build -v --no-default-features --features serde,rustc-serialize TZ=Asia/Katmandu channel test -v --no-default-features --features serde,rustc-serialize --lib - if [ -n "${TRAVIS}" ]; then + if [ -n "${TRAVIS}" ] && [ "${TRAVIS_RUST_VERSION}" != "1.13.0" ]; then # wasm tests touch tests/wasm.rs # ensure rebuild happens so TZ / NOW take effect TZ=ACST-9:30 NOW=$(date +%s) wasm-pack test --node