Skip to content

Commit

Permalink
ci($travis): Add Travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Sep 25, 2017
1 parent 5226c51 commit 9fb4a29
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
- '7'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"cz-conventional-changelog": "2.0.0",
"validate-commit-msg": "2.14.0",
"webpack": "3.6.0",
"webpack-merge": "4.1.0"
"webpack-merge": "4.1.0",
"semantic-release": "^8.0.3"
},
"config": {
"commitizen": {
Expand All @@ -39,5 +40,6 @@
"engines": {
"node": ">=8.2.0",
"npm": ">=5.2.0"
}
},
"version": "0.0.0-development"
}

0 comments on commit 9fb4a29

Please sign in to comment.