Skip to content

Commit 5bba822

Browse files
committed
chore: deploy automatically with semantic-release
1 parent af6b0c8 commit 5bba822

File tree

3 files changed

+3382
-48
lines changed

3 files changed

+3382
-48
lines changed

.travis.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
language: node_js
2+
23
node_js:
34
- 4
45
- 6
56
- 8
67
- 10
7-
cache:
8-
directories:
9-
- ".eslintcache"
10-
- "node_modules"
11-
script: npm test
8+
9+
script: npm run test
10+
11+
jobs:
12+
include:
13+
- stage: release
14+
node_js: lts/*
15+
script: npm run build
16+
deploy:
17+
provider: script
18+
skip_cleanup: true
19+
script: npx semantic-release
20+
on:
21+
branch: master

0 commit comments

Comments
 (0)