Skip to content

Commit a6acc06

Browse files
committed
chore(semantic-release): Adds Semantic Release for automatic releasing.
1 parent 171539d commit a6acc06

File tree

3 files changed

+1953
-16
lines changed

3 files changed

+1953
-16
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
language: node_js
22
node_js: node
33
sudo: false
4+
5+
before_script:
6+
- npm prune
7+
48
script:
59
- npm run build
610
- npm run cover
711
- npm run lint
812
- npm run duplication -- --limit=0.01
13+
14+
after_success:
15+
- npm prune --production
16+
- npm run semantic-release

0 commit comments

Comments
 (0)