Skip to content

Commit

Permalink
set travis ci to release tarball using glob #32
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Jan 22, 2015
1 parent f270587 commit 47a3b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deploy:
provider: releases
api_key:
secure: f7O3qutyiv21MsWcfaWfekyOHgsul6xhSAGFVtvNJ0O5L1q6v4xWi7Dg7+RD6mHnrfgVUqYnx1CAmnsL2bubqNZhqAWrA+yGEs4BCTCqRNyhmGans0TwUSLauDRRKWYDGBT6488oY1OoAsL7U0BomHbGqRz4lZkTbgywzjUnRd8=
file: "dist/*.tar.gz"
file_glob: "dist/*.tar.gz"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 47a3b86

Please sign in to comment.