Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Call nvm directly on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jun 15, 2017
1 parent 2d0ff51 commit b39cfd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cache:

before_install:
- sudo apt-get install -y libffi-dev libssl-dev shellcheck
- nvm install --lts && nvm use --lts

install:
- npm install -g eslint csslint sass-lint jsonlint stylelint eslint-plugin-react eslint-plugin-react-native babel-eslint
Expand Down

0 comments on commit b39cfd9

Please sign in to comment.