mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
17 lines
222 B
YAML
17 lines
222 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.12
|
|
- iojs
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- node_js: 'iojs'
|
|
|
|
script:
|
|
- npm run yaspeller
|
|
- npm test
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|