mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(travis) add 0.12, iojs
This commit is contained in:
parent
859aee9a27
commit
1a62909eb2
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue