Skip to content

Commit

Permalink
set travis ci to release tarball #32
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Jan 22, 2015
1 parent 1f3839b commit f270587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ before_script:
- npm install
- bower install
script: grunt travis
before_deploy: "grunt deploy"
before_deploy:
- grunt deploy
- grunt compress
deploy:
provider: releases
api_key:
secure: f7O3qutyiv21MsWcfaWfekyOHgsul6xhSAGFVtvNJ0O5L1q6v4xWi7Dg7+RD6mHnrfgVUqYnx1CAmnsL2bubqNZhqAWrA+yGEs4BCTCqRNyhmGans0TwUSLauDRRKWYDGBT6488oY1OoAsL7U0BomHbGqRz4lZkTbgywzjUnRd8=
file:
- "dist/angular-summernote.js"
- "dist/angular-summernote.min.js"
file: "dist/*.tar.gz"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit f270587

Please sign in to comment.