Tests: Run tests with Node 4 and 0.12

This commit is contained in:
Braydon Fuller 2016-02-01 11:30:16 -05:00
parent 65a6ce4e8a
commit ff2cfe0adb
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
language: node_js language: node_js
node_js: node_js:
- '0.10' - '0.10'
- '0.12'
- '4'
install: install:
- npm install - npm install
after_success: after_success: