Skip to content

Commit

Permalink
swap out node 0.9.x testing for 0.11.x in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Jul 6, 2014
1 parent 5272d3c commit 0e1f747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "0.8"
- "0.9"
- "0.10"
- "0.11"
before_install:
git submodule update --init
before_script:
Expand Down

0 comments on commit 0e1f747

Please sign in to comment.