mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 21:52:28 +00:00
16 lines
289 B
YAML
16 lines
289 B
YAML
language: node_js
|
|
notifications:
|
|
email: true
|
|
node_js:
|
|
- 10
|
|
|
|
# Retry install on fail to avoid failing a build on network/disk/external errors
|
|
install:
|
|
- travis_retry npm ci
|
|
|
|
script:
|
|
- npm run test
|
|
- npm run cypress:run
|
|
|
|
after_success:
|
|
- npm run semantic-release
|