Skip to content

Commit 3b02fe8

Browse files
committed
Always upgrade npm for tests
1 parent 0b174a7 commit 3b02fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_js:
77
- "0.6"
88
- "0.4"
99
before_install:
10-
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
10+
- 'npm install -g [email protected] && npm install -g npm'
1111
matrix:
1212
fast_finish: true
1313
allow_failures:

0 commit comments

Comments
 (0)