Skip to content

Commit 75e78cc

Browse files
committed
ci(travis): add Travis config
1 parent 3ac1478 commit 75e78cc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: node_js
2+
node_js:
3+
- lts/*
4+
notifications:
5+
email:
6+
on_success: never
7+
on_failure: always
8+
branches:
9+
only:
10+
- master
11+
install:
12+
- travis_retry npm install
13+
test:
14+
- npm test
15+
before_deploy:
16+
- npm run coverage
17+
deploy:
18+
- provider: script
19+
skip_cleanup: true
20+
script: npx semantic-release
21+
on:
22+
branch: master

0 commit comments

Comments
 (0)