Skip to content

Commit

Permalink
see if it was just the particular tz
Browse files Browse the repository at this point in the history
  • Loading branch information
evq committed Aug 16, 2019
1 parent ddc7fd4 commit 93e4f29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions ci/travis.sh
Expand Up @@ -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
Expand Down

0 comments on commit 93e4f29

Please sign in to comment.