You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
505 B
25 lines
505 B
language: node_js |
|
sudo: false |
|
node_js: |
|
- "0.10" |
|
- 0.12 |
|
- iojs |
|
- 4 |
|
- 5 |
|
env: |
|
- CXX=g++-4.8 |
|
addons: |
|
apt: |
|
sources: |
|
- ubuntu-toolchain-r-test |
|
packages: |
|
- g++-4.8 |
|
notifications: |
|
email: |
|
- andris@kreata.ee |
|
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
|
|
|