Skip to content

Commit

Permalink
update travis and gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Jan 26, 2014
1 parent 89997e0 commit 327cad9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx-19mode
- rbx
matrix:
allow_failures:
- rvm: ruby-head
notifications:
irc:
channels:
- "irc.freenode.org#r509"
use_notice: true
skip_join: true
on_success: always
on_failure: always
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "r509", :git => "git://github.com/reaperhulk/r509.git"
gem "r509-validity-redis", :git => "git://github.com/reaperhulk/r509-validity-redis.git"
gem "dependo", :git => "git://github.com/sirsean/dependo.git"
gem "r509"
gem "r509-validity-redis"
gem "dependo"
gemspec

0 comments on commit 327cad9

Please sign in to comment.