Update Travis config to test node 0.12

This commit is contained in:
Patrick Mooney 2015-02-18 11:11:14 -06:00
parent cab9f0bf45
commit 91f523af87
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ language: node_js
node_js:
- 0.8
- 0.10
- 0.11
- 0.12