Skip to content

Commit

Permalink
more travis options & badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyw committed Jul 13, 2016
1 parent 34f9e4a commit ac0d589
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
language: node_js
node_js:
- v4

- v4
before_script:
- npm install -g gulp
- npm install
- npm install -g gulp
- npm install
script: gulp && gulp prepublish
after_success:
- coveralls
- coveralls
deploy:
provider: npm
email: injan0913@gmail.com
api_key:
secure: BhEzkH7f01CqeNuRORR+7Le8x9z0f+8RGd1QxXfdNMOgyZb4m1/njW58Mj592g3mBraCpQDsaPkHPYUEYNPWGctO95U17ipf/biduePusKMMCgGVHv8XiIZ4WivxLMkkGnAUZ0UOyNZe3o4cuXlinWnxWILATU4CX4bbvKHE72qO4qAdAuZgoBhx+tD4ybsot/Vr5sm2VAcaBnOVFZXzvtzhApLnVdgR9tMIyVNF7FEbbFjxMvs8w+qNGI6edQn4QijqThkqilAoysmlMPmkLDOhBVNSW6NE95th54m6iFbXgY4p9RqowRNqfpMjd+V7s22XHLIva6ZdHTL7STDtX0VsgODirTR3k2ix2k7PjIp6VcjSRbxqRVQsMdGut8mOlvI7OMOyLqtfhulywGYAGm3dBxSXnFBoKtdSG2spe7+tVC7Lq9wKXV9nmSK9ovpnAE08F9pRiBSmGoJE1AZgzA63nehkbMDvpzFwvLdh+9KnieyA/o9AFCH/kuaqB5p32IEg1Ssw0U/urPHJ0h4DeSqujRE6Xn6XeGWuACCRmGb7mSwngSMv6TIY1xA0X+jFzI/JV3nBgKDXhAJrdk3+ORgnNVCg3+bb6X+Rp0vfRfeXPh8yMMxAIvukI9hjUubqfKVt1JPAfI4pxXQvIsnBZu1lvmMv3LqUX+I3iSwjWwA=
on:
tags: true
skip_cleanup: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.org/injan0913/mynpmtest.svg?branch=master)](https://travis-ci.org/injan0913/mynpmtest)
[![Coverage Status](https://coveralls.io/repos/github/injan0913/mynpmtest/badge.svg)](https://coveralls.io/github/injan0913/mynpmtest)
[![Known Vulnerabilities](https://snyk.io/test/github/injan0913/mynpmtest/badge.svg)](https://snyk.io/test/github/injan0913/mynpmtest)
[![Dependency Status](https://david-dm.org/injan0913/mynpmtest.svg)](https://david-dm.org/injan0913/mynpmtest)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/injan0913/mynpmtest/master/LICENSE)
# mynpmtest

0 comments on commit ac0d589

Please sign in to comment.