Skip to content

Commit 221931c

Browse files
author
Dan Croak
committed
Test against Ruby 2.0.0
* Use secure Rubygems URL to avoid Bundler warnings like: > The source :rubygems is deprecated because HTTP requests are insecure. > Please change your source to 'https://rubygems.org' if possible, or > 'http://rubygems.org' if not. * Add Travis image to README near support information.
1 parent 0da0c14 commit 221931c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: ruby
22
rvm:
3-
- 2.0.0-rc2
3+
- 2.0.0

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ end
8080
* JRuby (1.9 mode) - *advanced features unsupported*
8181
* Rubinius (1.9 mode) - *advanced features unsupported*
8282

83+
[![Build Status](https://travis-ci.org/charliesome/better_errors.png)](https://travis-ci.org/charliesome/better_errors)
84+
8385
## Get in touch!
8486

8587
If you're using better_errors, I'd love to hear from you. Drop me a line and tell me what you think!

0 commit comments

Comments
 (0)