see if it was just the particular tz
This commit is contained in:
parent
ddc7fd4a04
commit
93e4f29ee4
|
@ -23,8 +23,8 @@ env:
|
||||||
- CLIPPY: n
|
- CLIPPY: n
|
||||||
install:
|
install:
|
||||||
- source $HOME/.nvm/nvm.sh
|
- source $HOME/.nvm/nvm.sh
|
||||||
- nvm install 11
|
- nvm install 10
|
||||||
- nvm use 11
|
- nvm use 10
|
||||||
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
script: ./ci/travis.sh
|
script: ./ci/travis.sh
|
||||||
notifications:
|
notifications:
|
||||||
|
|
|
@ -51,8 +51,8 @@ build_and_test() {
|
||||||
if [ -n "${TRAVIS}" ]; then
|
if [ -n "${TRAVIS}" ]; then
|
||||||
# wasm tests
|
# wasm tests
|
||||||
touch tests/wasm.rs # ensure rebuild happens so TZ / NOW take effect
|
touch tests/wasm.rs # ensure rebuild happens so TZ / NOW take effect
|
||||||
TZ=ACST-9:30 NOW=$(date +%s) wasm-pack test --node
|
#TZ=ACST-9:30 NOW=$(date +%s) wasm-pack test --node
|
||||||
touch tests/wasm.rs
|
#touch tests/wasm.rs
|
||||||
TZ=EST4 NOW=$(date +%s) wasm-pack test --node
|
TZ=EST4 NOW=$(date +%s) wasm-pack test --node
|
||||||
touch tests/wasm.rs
|
touch tests/wasm.rs
|
||||||
TZ=UTC0 NOW=$(date +%s) wasm-pack test --node
|
TZ=UTC0 NOW=$(date +%s) wasm-pack test --node
|
||||||
|
|
Loading…
Reference in New Issue