From e28719eb0dc7430baae88e065fcdb97e03945f1c Mon Sep 17 00:00:00 2001 From: eV Date: Fri, 16 Aug 2019 21:04:07 +0000 Subject: [PATCH] try to get travis working for rust 1.13.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d591b2f..ca0e2d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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