mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
17 lines
267 B
YAML
17 lines
267 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.6
|
|
- 0.8
|
|
- 0.10
|
|
- 0.11
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- node_js: '0.11'
|
|
|
|
notifications:
|
|
#webhooks:
|
|
#http://requestb.in/12h5bl71
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|