Skip to content

Commit

Permalink
Allow test for node 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Huei Tan committed May 9, 2014
1 parent b319d8a commit 6ff77c8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: node_js
node_js:
- "0.10"

- "0.11"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli
- npm install -g grunt-cli

matrix:
fast_finish: true
allow_failures:
- node_js: 0.11

0 comments on commit 6ff77c8

Please sign in to comment.