Skip to content

Commit

Permalink
Add nvmrc file for the benefit of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Szlosarczyk committed Nov 27, 2018
1 parent d16198b commit 9985d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_install:

install:
- bundle install
- nvm install v8.13.0
- nvm install
- npm i -g yarn

before_script:
Expand Down

0 comments on commit 9985d92

Please sign in to comment.