Skip to content

Commit b99369a

Browse files
Travis can deploy the rubygem on tagged builds.
This should make it easier to release from the github website interface, especially when we're just pulling in a set of pull requests or doing some quick inline fixes.
1 parent 5edf923 commit b99369a

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

.travis.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
language: ruby
2-
rvm:
3-
- 1.9.3
4-
- 2.0.0
5-
- jruby
6-
script: "bundle exec rake specs:assemblyinfo specs:albacoremodel specs:attrmethods"
7-
bundler_args: --without=wiki
8-
notifications:
9-
email: false
10-
gemfile: Gemfile
1+
language: ruby
2+
rvm:
3+
- 1.9.3
4+
- 2.0.0
5+
- jruby
6+
script: bundle exec rake specs:assemblyinfo specs:albacoremodel specs:attrmethods
7+
bundler_args: --without=wiki
8+
notifications:
9+
email: false
10+
gemfile: Gemfile
11+
deploy:
12+
provider: rubygems
13+
api_key:
14+
secure: c8WYx8M7i68fZzucth/eI7kj0OX55f6te5Toz88HhDRYdycJ7xu6GJBErOGQBK+26cLnu2sfi//TJXOBayCm7mluTcNSoQMrYalm9s5+oCNyNKbMCZtRZ/kYqHZY4cvOobqKeTTrTJH5puD3PUFbCqat3s4HKrQUjCthfd6ZUeY=
15+
on:
16+
tags: true

0 commit comments

Comments
 (0)