try to get travis working for rust 1.13.0

This commit is contained in:
eV 2019-08-16 21:04:07 +00:00
parent bd22644b05
commit e28719eb0d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then source $HOME/.nvm/nvm.sh; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then nvm install 10; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then nvm use 10; fi
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- if [ "$TRAVIS_RUST_VERSION" != "1.13.0" ]; then curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh; fi
script: ./ci/travis.sh
notifications:
email: false