Skip to content

Commit

Permalink
fix: Moved to GitHub and integrated with semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel James committed Feb 14, 2017
1 parent 79a37a7 commit ac7cd33
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '7'
- '6'
- '4'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Documentation is available on the [project page][project-page]
Please see [CONTRIBUTING](CONTRIBUTING.md) for our guide to contributing and code of conduct.


[project-page]: http://tbd.example.com/docs
[project-page]: http://syncromatics.github.io/syncromatics-track-api
[track-api-docs]: http://docs.syncromaticstrackapi.apiary.io


16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build:docs": "documentation build -f html -o build/docs src/index.js",
"test": "karma start",
"test:ci": "karma start --reporters teamcity --single-run --fail-on-empty-test-suite",
"prepublish": "webpack"
"prepublish": "webpack",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
"syncromatics",
Expand Down Expand Up @@ -41,13 +42,22 @@
"karma-teamcity-reporter": "^1.0.0",
"karma-webpack": "^1.8.0",
"mocha": "^3.2.0",
"webpack": "^1.13.3"
"webpack": "^1.13.3",
"semantic-release": "^6.3.2"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"jwt-client": "^0.2.1",
"parse-link-header": "^0.4.1",
"qs": "^6.3.0",
"url": "^0.11.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/syncromatics/syncromatics-track-api.git"
},
"bugs": {
"url": "https://github.com/syncromatics/syncromatics-track-api/issues"
},
"homepage": "https://github.com/syncromatics/syncromatics-track-api#readme"
}

0 comments on commit ac7cd33

Please sign in to comment.