From b8292a617ac96daf8770a8aeccd171a60d3cbd57 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 8 Jan 2018 14:53:52 -0800 Subject: [PATCH] Try to fix Travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0b00a95e7..5f4800109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,11 @@ matrix: include: - rust: nightly +install: + - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash + - source ~/.nvm/nvm.sh + - nvm install 9 + script: - rustup target add wasm32-unknown-unknown - cargo test