Skip to content

Commit 50831b1

Browse files
authored
Merge pull request #1274 from srowhani/chore/ci-release-automation
chore(ci): automated release and deployment using semantic-release
2 parents 21a56de + c0bd68f commit 50831b1

4 files changed

Lines changed: 10722 additions & 1252 deletions

File tree

.commitlintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
extends:
2+
- '@commitlint/config-conventional'

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
language: node_js
22
node_js:
3-
- '4'
43
- '6'
4+
- '9'
55
- 'stable'
6-
after_success: npm run coverage
6+
cache:
7+
directories:
8+
- node_modules
9+
install:
10+
- npm install
11+
script:
12+
- npm test
13+
after_script:
14+
- npm run coverage
15+
after_success:
16+
- npm run travis-deploy-once "npm run semantic-release"
717
notifications:
818
slack:
919
secure: RrEbq2xE1hWdog4AckkaKDnIYYwo5VdjPcFNhRJbn/7KI0fKeZVCKZy1Ww7aaJGth7R7UX415sEV1U6RrjFyhnBb6Sh+rh8fKTvcvuTbENZW45SbtUD+xmgOvb2kfk4PzgD5Q457DpchAZD7W+E+9qr3xI3Uvh4II1uhDmSKiLI=

0 commit comments

Comments
 (0)