Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
srowhani committed Apr 25, 2019
2 parents 3b9f2d5 + e391436 commit 19df7ba
Show file tree
Hide file tree
Showing 5 changed files with 8,792 additions and 1,281 deletions.
2 changes: 2 additions & 0 deletions .commitlintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extends:
- '@commitlint/config-conventional'
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
language: node_js
node_js:
- '4'
- '6'
- '9'
- 'stable'
after_success: npm run coverage
cache:
directories:
- node_modules
install:
- npm install
script:
- npm test
after_script:
- npm run coverage
jobs:
include:
- stage: deploy
node_js: stable
script: "npm run semantic-release"
notifications:
slack:
secure: RrEbq2xE1hWdog4AckkaKDnIYYwo5VdjPcFNhRJbn/7KI0fKeZVCKZy1Ww7aaJGth7R7UX415sEV1U6RrjFyhnBb6Sh+rh8fKTvcvuTbENZW45SbtUD+xmgOvb2kfk4PzgD5Q457DpchAZD7W+E+9qr3xI3Uvh4II1uhDmSKiLI=
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ init:
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '6'
- nodejs_version: '9'
# Latest stable version of Node
- nodejs_version: 'stable'

Expand Down

0 comments on commit 19df7ba

Please sign in to comment.