snapshot/.travis.yml

17 lines
277 B
YAML
Raw Normal View History

2017-12-12 02:56:47 +00:00
language: node_js
notifications:
email: true
node_js:
- 9
# Retry install on fail to avoid failing a build on network/disk/external errors
install:
- travis_retry npm install
script:
- npm run test
2017-12-12 19:35:27 +00:00
- npm run cypress:run
2017-12-12 02:56:47 +00:00
after_success:
- npm run semantic-release