see if it was just the particular tz

This commit is contained in:
eV 2019-08-16 19:24:48 +00:00
parent ddc7fd4a04
commit 93e4f29ee4
2 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ env:
- CLIPPY: n
install:
- source $HOME/.nvm/nvm.sh
- nvm install 11
- nvm use 11
- nvm install 10
- nvm use 10
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
script: ./ci/travis.sh
notifications:

View File

@ -51,8 +51,8 @@ build_and_test() {
if [ -n "${TRAVIS}" ]; 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
touch tests/wasm.rs
#TZ=ACST-9:30 NOW=$(date +%s) wasm-pack test --node
#touch tests/wasm.rs
TZ=EST4 NOW=$(date +%s) wasm-pack test --node
touch tests/wasm.rs
TZ=UTC0 NOW=$(date +%s) wasm-pack test --node