Skip to content

Commit 090a4ea

Browse files
committed
Make travis builds faster.
1 parent f1b9462 commit 090a4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ node_js:
88
- "0.4"
99
before_install:
1010
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
11+
sudo: false
1112
matrix:
1213
fast_finish: true
1314
allow_failures:
1415
- node_js: "0.11"
1516
- node_js: "0.9"
1617
- node_js: "0.6"
1718
- node_js: "0.4"
18-

0 commit comments

Comments
 (0)