Expand Travis build matrix

This commit is contained in:
Andrew Stewart 2015-03-23 13:58:13 -07:00
parent 5a67934791
commit 93369100df
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
language: node_js
sudo: false
node_js: '0.10'
node_js:
- '0.10'
- '0.12'
- 'iojs'
before_install:
- "mkdir -p ~/.npm"
before_script: