Files
react-mutable-store/.travis.yml
2019-03-22 14:35:37 -07:00

21 lines
213 B
YAML

language: node_js
node_js:
- "stable"
- "8"
cache:
directories:
- node_modules
notifications:
email:
on_success: never
on_failure: change
branches:
only:
- master
- /^v[0-9].*$/