Skip to content

Commit 8ff5a25

Browse files
committed
Ensure npm@5 in travis
1 parent 46d3cf2 commit 8ff5a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: ruby
22
before_install:
33
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
44
- nvm install 6
5+
- npm install npm@5 -g
56
- eval `ssh-agent -s`
67
- gem update --system
78
before_script:

0 commit comments

Comments
 (0)