We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf6572 commit 291bfc0Copy full SHA for 291bfc0
.travis.yml
@@ -2,8 +2,9 @@ language:
2
- ruby
3
rvm:
4
- 2.2.2
5
-nvm:
6
- - 4.2.0
+before_install:
+ - nvm install 4.2.0
7
+ - nvm use 4.2.0
8
install:
9
- bundle install
10
- npm install -g npm
0 commit comments