Skip to content

Commit

Permalink
Add node v0.10 as test target
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Mar 27, 2013
1 parent 95bd206 commit 44c33b5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- 0.6
- 0.8
- 0.9
- "0.6"
- "0.8"
- "0.10"

branches:
except:
Expand All @@ -12,7 +12,3 @@ branches:
script:
- npm test --cover

matrix:
allow_failures:
- node_js: 0.9

0 comments on commit 44c33b5

Please sign in to comment.