try to get travis working for rust 1.13.0
This commit is contained in:
parent
bd22644b05
commit
e28719eb0d
|
@ -25,7 +25,7 @@ install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then source $HOME/.nvm/nvm.sh; fi
|
- 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 install 10; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then nvm use 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
|
script: ./ci/travis.sh
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue