From ddc7fd4a043e8d2e39f678a1401aa2fada95dfb6 Mon Sep 17 00:00:00 2001 From: eV Date: Fri, 16 Aug 2019 19:14:16 +0000 Subject: [PATCH] try node 11 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c39a358..0a04ac4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,8 @@ env: - CLIPPY: n install: - source $HOME/.nvm/nvm.sh - - nvm install 10 - - nvm use 10 + - nvm install 11 + - nvm use 11 - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh script: ./ci/travis.sh notifications: