updeep-remeda/.travis.yml

10 lines
126 B
YAML
Raw Normal View History

2015-07-31 15:53:25 +00:00
sudo: false
language: node_js
node_js:
2019-09-18 15:34:22 +00:00
- '8'
- '10'
2015-08-01 16:28:47 +00:00
notifications:
email:
on_success: change
on_failure: always