Skip to content

Commit 805ac68

Browse files
committed
Fix travis install not working in [email protected]
see jridgewell@1178042 /cc @othiym23
1 parent 192585a commit 805ac68

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
@@ -8,7 +8,7 @@ matrix:
88
- node_js: "0.10"
99
env: BROWSER=true
1010
before_install:
11-
- npm install -g npm
11+
- npm install -g npm@2.6
1212
- npm install -g karma-cli
1313
before_script:
1414
- npm install karma-sauce-launcher

0 commit comments

Comments
 (0)