Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Add Node 0.11 to Travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 14, 2014
1 parent 6898e80 commit ee6d7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: node_js
node_js:
- "0.10"
- "0.11"

after_success:
- npm run-script coverage

0 comments on commit ee6d7d4

Please sign in to comment.