mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
chore(travis) eol: 10 -> 13
This commit is contained in:
parent
3b516ea7c7
commit
ed9763a257
1 changed files with 21 additions and 21 deletions
42
.travis.yml
42
.travis.yml
|
|
@ -1,21 +1,21 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
- 0.12
|
||||
- iojs
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: 'iojs'
|
||||
|
||||
before_install:
|
||||
- npm install gulp -g
|
||||
|
||||
script:
|
||||
- gulp default
|
||||
- node bin/cloudcmd --test
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: change
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
- 0.12
|
||||
- iojs
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: 'iojs'
|
||||
|
||||
before_install:
|
||||
- npm install gulp -g
|
||||
|
||||
script:
|
||||
- gulp default
|
||||
- node bin/cloudcmd --test
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue