Skip to content

Commit

Permalink
chore(travis): Add Travis CI configuration
Browse files Browse the repository at this point in the history
- Add Travis CI configuration
- Add badges to README file
  • Loading branch information
dominique-mueller committed Apr 2, 2017
1 parent d09f9d0 commit fa956b2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false

branches:
only:
- master
- develop

before_install:
- npm install -g npm
install:
- npm install

deploy:
provider: npm
email: dominique.m.mueller@gmail.com
api_key: "${NPM_TOKEN}"
on:
branch: master
repo: dominique-mueller/automatic-release
Empty file removed CHANGELOG.md
Empty file.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

# automatic-release

Automates the full release process for Open Source projects on GitHub, using Travis CI and deploying to NPM.
**Automates the full release process for Open Source projects on GitHub, using Travis CI and deploying to NPM.**

[![npm version](https://img.shields.io/npm/v/automatic-release.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/automatic-release)
[![dependency status](https://img.shields.io/david/dominique-mueller/automatic-release.svg?maxAge=2592000&style=flat-square)](https://david-dm.org/dominique-mueller/automatic-release)
[![license](https://img.shields.io/npm/l/automatic-release.svg?maxAge=2592000&style=flat-square)](https://github.com/dominique-mueller/automatic-release/LICENSE)

</div>

Expand Down

0 comments on commit fa956b2

Please sign in to comment.