Skip to content

Commit

Permalink
Merge pull request #7 from Turbo87/deploy
Browse files Browse the repository at this point in the history
CI: Automatically publish tags to NPM
  • Loading branch information
Turbo87 authored Feb 7, 2017
2 parents 16c2c64 + eff7c6d commit 6aa772b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ install:

script:
- node_modules/.bin/ember try:each

deploy:
provider: npm
email: [email protected]
api_key:
secure: fUQuE1+vcv9Fo4PcwSMsSQ+gigfPEvfSSiAl/UoUM/1b1PL9DzCqLRHJQfE2oZqcTgbtJ+cc/4745oiQ8+yWvxUKM9+aLeY2tIwL1+WegKL9R5sHrtJz9IImwO1mbBaVJwQUL84BT/p80Dy2RniJucq0mo7I1+yBX05eQeKbYUjLd8k2UaBqCKJzyEYH/UEqrFwxsjcHOI0lcnPEG2io8foK8MUlCN8aLlnVh8x3ArBi0N+gO7DvsSMF5YFqPqJ+rAPG+zJfFQdyJJcOsctQoLr5ym0gWu7Pw3Ya/XvuvGAoO/Xmw6rum9AwXdZSi4ZsxaU6/TLrPD97+MSAVpglr2TxpZP9y3PVk2Xc+VVDyk5j0jAVNUMTbOG8L4OMiUf7ZRsFC3aW76yq9xiIjKEAOL3FinGMSFRvwyJhmPohh+KjrH0Gsu5RDB7yHMNFFeKITAJMLOPVerqOLl1jr6q2YPA9wJZKgH/0B8ZuVNm+kPKlNG9+PP6wuG25hmJ6oGFVcFgCjFzjmudkOGUmSEf90mFMBffYizZskgpFcKfTVDJjhLwHUAYCtavMGaaBngxcWEAm5XxvVgg1t4Xw5o+eNuACta9r86tBhaJZWD58O6uO7oivf+t46D0EO5wR9+GyQWE9sD/D0Gw8jxTAxaOocKYegDqGaOs7pLFb7ghPIcg=
on:
tags: true
repo: simplabs/ember-hbs-minifier

0 comments on commit 6aa772b

Please sign in to comment.