Enable ruby 1.8.7 building on Travis. All specs should pass now on ruby 1.8.7.
This commit is contained in:
@@ -2,7 +2,6 @@ script: bundle exec rake spec
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 1.8.7
|
||||
- rvm: jruby
|
||||
- rvm: rbx
|
||||
- rvm: ree
|
||||
@@ -16,6 +15,7 @@ notifications:
|
||||
- http://dx-helper.herokuapp.com/travis
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
|
||||
Reference in New Issue
Block a user