Skip to content

Commit 71d3bcb

Browse files
committed
chore: semantic release
1 parent a0b56d6 commit 71d3bcb

File tree

3 files changed

+20
-5940
lines changed

3 files changed

+20
-5940
lines changed

.travis.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ node_js:
66
cache:
77
directories:
88
- "node_modules"
9-
script:
10-
- npm run lint
11-
- npm run test
12-
- npm run coveralls
9+
jobs:
10+
include:
11+
- stage: test
12+
name: 'Linting'
13+
script: npm run lint
14+
- name: 'Coverage'
15+
script:
16+
- npm run test
17+
- npm run coveralls
18+
- stage: release
19+
name: 'Publish'
20+
if: branch = master
21+
deploy:
22+
provider: script
23+
skip_cleanup: true
24+
script: npx semantic-release

0 commit comments

Comments
 (0)