feature(travis) add 0.12, iojs

This commit is contained in:
coderaiser 2015-02-09 05:06:55 -05:00
parent 859aee9a27
commit 1a62909eb2

View file

@ -1,11 +1,12 @@
language: node_js
node_js:
- 0.10
- 0.11
- 0.12
- iojs
matrix:
allow_failures:
- node_js: '0.11'
- node_js: 'iojs'
before_install:
- npm install gulp -g