snapshot/.travis.yml

17 lines
273 B
YAML
Raw Permalink Normal View History

2017-12-12 02:56:47 +00:00
language: node_js
notifications:
email: true
node_js:
2019-04-26 13:56:07 +00:00
- 10
2017-12-12 02:56:47 +00:00
# Retry install on fail to avoid failing a build on network/disk/external errors
install:
2019-04-26 13:56:07 +00:00
- travis_retry npm ci
2017-12-12 02:56:47 +00:00
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