chore(travis) eol: 10 -> 13

This commit is contained in:
coderaiser 2015-02-27 09:37:50 -05:00
parent 3b516ea7c7
commit ed9763a257

View file

@ -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