Skip to content

Commit 3e0178c

Browse files
committed
Travis: Update NPM to support new dependency glob
"^" dependency versions break in the version of NPM that ships with 0.8 Using https://www.npmjs.org/doc/misc/npm-faq.html#How-do-I-update-npm to ensure the CI build keeps testing for now
1 parent 692d075 commit 3e0178c

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
@@ -4,4 +4,5 @@ node_js:
44
- "0.10"
55
- "0.11"
66
before_install:
7+
- npm update npm -g # For "^" dependency compatiblibty in NodeJS 0.8
78
- npm install -g grunt-cli

0 commit comments

Comments
 (0)