Skip to content

Commit

Permalink
tests: add soft testing on node.js 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 6, 2014
1 parent 281c94a commit 24eeecf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,3 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.10"
- "0.11"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true

0 comments on commit 24eeecf

Please sign in to comment.