Skip to content

Commit 88d7591

Browse files
committed
add travis.yml and secure rubygems source
1 parent f0972b5 commit 88d7591

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: ruby
2+
script: rake test
3+
rvm:
4+
- 1.9.3
5+
- 2.0.0
6+
- 2.1.0
7+
- 2.2.0
8+
- ruby-head
9+
- jruby-head

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
gemspec

0 commit comments

Comments
 (0)