Skip to content

Commit 63c4fde

Browse files
committed
build: semantic and travis setup
1 parent 056e262 commit 63c4fde

File tree

3 files changed

+9317
-4185
lines changed

3 files changed

+9317
-4185
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
3+
node_js:
4+
- 8
5+
- 10
6+
7+
jobs:
8+
include:
9+
# Define the release stage that runs semantic-release
10+
- stage: release
11+
node_js: lts/*
12+
# Advanced: optionally overwrite your default `script` step to skip the tests
13+
# script: skip
14+
deploy:
15+
provider: script
16+
skip_cleanup: true
17+
script:
18+
- npx semantic-release

0 commit comments

Comments
 (0)