Skip to content

Commit 0665740

Browse files
author
Lloyd Watkin
committed
Install a specific version of npm for caret version support in subprojects
1 parent 0fa57a0 commit 0665740

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
@@ -5,6 +5,7 @@ before_install:
55
# https://github.com/travis-ci/travis-cookbooks/issues/155
66
- sudo rm -rf /dev/shm
77
- sudo ln -s /run/shm /dev/shm
8+
- npm install -g npm@~1.4.6
89
- npm install -g grunt-cli
910
language: node_js
1011
node_js:

0 commit comments

Comments
 (0)