blob: 3232a957eecee3dd2a784e9904f3b5141f9f7b45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
language: node_js
node_js:
- "0.10"
- "0.11"
before_install:
- npm install -g grunt-cli
notifications:
email:
recipients:
- andris@kreata.ee
on_success: change
on_failure: change
webhooks:
urls:
- https://webhooks.gitter.im/e/0ed18fd9b3e529b3c2cc
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
|