Skip to content

Commit 629bbce

Browse files
committed
Configured for Travis CI releases
travis setup rubygems
1 parent 0014979 commit 629bbce

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
language: ruby
22
rvm:
3-
- 2.0.0
4-
- 2.1.1
3+
- 2.0.0
4+
- 2.1.1
5+
deploy:
6+
provider: rubygems
7+
api_key:
8+
secure: aCCrqOZ4pR5ACbPHfsurZbY2KOT3Qs5DZ7cJEG6Haa3sJXoMQ2srCtE2hsH1VO8idmrkHvl3wCEO9zNLOdx2x40xlaLVQ+wixtFKW1u9nnxjw4zszyyaxDIc8qnFsRNh6j997wyT2Sqx1YuQ8I82DnTh2I28mnxS51O33KeB0is=
9+
gem: geometry
10+
on:
11+
tags: true
12+
repo: bfoz/geometry

0 commit comments

Comments
 (0)