mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 18:56:33 +00:00
16 lines
190 B
YAML
16 lines
190 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '0.10'
|
|
- '0.12'
|
|
- '4'
|
|
- '6'
|
|
- '7'
|
|
branches:
|
|
only:
|
|
- master
|
|
notifications:
|
|
email:
|
|
- rod@vagg.org
|
|
- matteo.collina@gmail.com
|