Skip to content

Commit 5ef3cba

Browse files
committed
Merge pull request #174 from CSSLint/travis
Update Travis CI configuration.
2 parents c92c95e + 105b4c7 commit 5ef3cba

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
sudo: false
2+
13
language: node_js
4+
25
node_js:
36
- "0.6"
47
- "0.8"
58
- "0.10"
6-
- "0.11"
7-
- "0.12"
9+
- "4"
10+
- "5"
11+
812
script:
913
- ant test
14+
15+
matrix:
16+
fast_finish: true

0 commit comments

Comments
 (0)