Skip to content

Commit

Permalink
Dropped ruby 1.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Dayton committed Jun 19, 2014
1 parent 2f335ca commit dfd999f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
rvm:
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- 1.8.7
- 2.0.0
- rbx-2.1.1
- 2.0.0
- 2.1.1
- 2.1.2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ user.valid? # => false

DomainValidator is tested against:

MRI 1.8.7, 1.9.3, 2.0.0
JRuby 1.8, 1.9
Rubinus 1.8
MRI 1.9.3, 2.0, 2.1.1, 2.1.2
JRuby 1.9
Rubinus 2.1.1

## Contributing

Expand Down

0 comments on commit dfd999f

Please sign in to comment.