Skip to content

Commit

Permalink
travis setting updated
Browse files Browse the repository at this point in the history
  • Loading branch information
justinjung04 committed Jun 17, 2016
1 parent 5995e5b commit 20facb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ node_js:
- "4.2"
- "4.1"
- "4.0"
branches:
only:
- master
after_success:
- npm run coveralls
- npm run coveralls
notifications:
email: false
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ MIT - please refer to [LICENSE](LICENSE).

[npm-url]: https://www.npmjs.org/package/treeful
[npm-img]: https://img.shields.io/npm/v/treeful.svg
[travis-url]: https://travis-ci.org/justinjung04/treeful
[travis-img]: https://travis-ci.org/justinjung04/treeful.svg
[coveralls-url]: https://coveralls.io/github/justinjung04/treeful?branch=develop
[coveralls-img]: https://coveralls.io/repos/github/justinjung04/treeful/badge.svg?branch=develop
[travis-url]: https://travis-ci.org/justinjung04/treeful?branch=master
[travis-img]: https://travis-ci.org/justinjung04/treeful.svg?branch=master
[coveralls-url]: https://coveralls.io/github/justinjung04/treeful?branch=master
[coveralls-img]: https://coveralls.io/repos/github/justinjung04/treeful/badge.svg?branch=master

0 comments on commit 20facb4

Please sign in to comment.