Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1192 from heroku/travis-rubygems
Browse files Browse the repository at this point in the history
Travis rubygems
  • Loading branch information
Jeff Dickey committed Aug 22, 2014
2 parents b7063ec + ca2cf72 commit 8f7c6a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ before_script:
script: bundle exec rspec spec --color --format documentation

notifications:
email: false
hipchat:
rooms:
secure: vkWV7oGjSxVDPXemj5UXVxZR2/pWQkNaz2I3HUJ7OO40TL08X5yZKJVFwkU0AGqJ7EOck/Jtsxc01t70G+z6EcjcI6471GygmI15zbv8IkxIazZkUsybUR1NglUfeuJzjK1JEArK6hJ/n75DyR09pl+ZDkE8fuyrG+TC/nusd08=

deploy:
provider: rubygems
on:
tags: true
api_key:
secure: ALsBCGGvdAiIEJR9zTzxumcgCaS5eqOs7Oee7e4SiDgHrT/DRSsFJBtNp9mJvQvHzW3FqSFZU7NO6tSRkwHGdGGw7pf/emjZ2ua0exuyCQ3LaCJBdwSQXl0GTMhhaMCCd2NYWJ+Fa3Q9jWWAdCfV8rqz5AX4ZG6fi3C2uubppVs=
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ CHANGELOG
end

desc("Release the latest version")
task "release" => ["gem:release", "tgz:release", "zip:release", "manifest:update"] do
task "release" => ["tgz:release", "zip:release", "manifest:update"] do
puts("Released v#{version}")
end

Expand Down

0 comments on commit 8f7c6a6

Please sign in to comment.