Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit cf5b441

Browse files
committed
speed up travis to one build env
1 parent e5073c1 commit cf5b441

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.10.38"
4-
- "0.12.4"
5-
- "iojs"
3+
- "0.12"
64
before_script: PATH="$(npm bin):$PATH" npm install
75
script: grunt
86
branches:

0 commit comments

Comments
 (0)