Skip to content

Commit 291bfc0

Browse files
committed
Add nvm install and nvm use to travis.yml
1 parent 4cf6572 commit 291bfc0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language:
22
- ruby
33
rvm:
44
- 2.2.2
5-
nvm:
6-
- 4.2.0
5+
before_install:
6+
- nvm install 4.2.0
7+
- nvm use 4.2.0
78
install:
89
- bundle install
910
- npm install -g npm

0 commit comments

Comments
 (0)