Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
Add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
billiegoose committed Mar 25, 2018
1 parent 230b281 commit 299d73c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '9'
- '8'
- '6'
- '4'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "karma-git-http-server-middleware",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "A karma middleware for 'git-http-backend'",
"main": "index.js",
"scripts": {
"test": "echo \"No tests\""
"test": "echo \"No tests\"",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
Expand All @@ -24,5 +26,9 @@
"homepage": "https://github.com/isomorphic-git/karma-git-http-server-middleware#readme",
"dependencies": {
"git-http-backend": "^1.0.2"
},
"devDependencies": {
"semantic-release": "^15.1.4",
"travis-deploy-once": "^4.4.1"
}
}

0 comments on commit 299d73c

Please sign in to comment.