mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 08:02:15 +11:00
15 lines
185 B
YAML
15 lines
185 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '4'
|
|
- '6'
|
|
- '8'
|
|
- '9'
|
|
- '10'
|
|
branches:
|
|
only:
|
|
- master
|
|
notifications:
|
|
email:
|
|
- rod@vagg.org
|
|
- matteo.collina@gmail.com
|