try node 11
This commit is contained in:
parent
a7645f3e73
commit
ddc7fd4a04
|
@ -23,8 +23,8 @@ env:
|
||||||
- CLIPPY: n
|
- CLIPPY: n
|
||||||
install:
|
install:
|
||||||
- source $HOME/.nvm/nvm.sh
|
- source $HOME/.nvm/nvm.sh
|
||||||
- nvm install 10
|
- nvm install 11
|
||||||
- nvm use 10
|
- nvm use 11
|
||||||
- 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:
|
||||||
|
|
Loading…
Reference in New Issue