Skip to content

Commit

Permalink
.travis.yml: Remove version from nvm install
Browse files Browse the repository at this point in the history
Use .nvmrc file instead.
  • Loading branch information
blazeu committed Dec 7, 2017
1 parent ae3aa50 commit a6762c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python: 3.6

before_install:
- nvm install 8
- nvm install
- npm install
- pip3 install coala-bears
- export PATH=$PATH:./node_modules/.bin
Expand Down

0 comments on commit a6762c4

Please sign in to comment.