Expand Travis build matrix
This commit is contained in:
parent
5a67934791
commit
93369100df
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue