Skip to content

Commit 6ff77c8

Browse files
author
Huei Tan
committed
Allow test for node 0.11
1 parent b319d8a commit 6ff77c8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
language: node_js
22
node_js:
33
- "0.10"
4-
4+
- "0.11"
55
before_script:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
8-
- npm install -g grunt-cli
8+
- npm install -g grunt-cli
9+
10+
matrix:
11+
fast_finish: true
12+
allow_failures:
13+
- node_js: 0.11

0 commit comments

Comments
 (0)