We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4346231 commit 78ecdb9Copy full SHA for 78ecdb9
.travis.yml
@@ -213,6 +213,10 @@ before_install:
213
install:
214
- case "$TRAVIS_OS_NAME" in
215
linux)
216
+ $HOME/.nvm/nvm.sh &&
217
+ nvm install stable &&
218
+ nvm use stable &&
219
+ npm install eslint;
220
travis_retry curl -fo $HOME/stamp https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-03-17-stamp-x86_64-unknown-linux-musl &&
221
chmod +x $HOME/stamp &&
222
export PATH=$PATH:$HOME
0 commit comments