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:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: 1.8.7
|
|
||||||
- rvm: jruby
|
- rvm: jruby
|
||||||
- rvm: rbx
|
- rvm: rbx
|
||||||
- rvm: ree
|
- rvm: ree
|
||||||
@@ -16,6 +15,7 @@ notifications:
|
|||||||
- http://dx-helper.herokuapp.com/travis
|
- http://dx-helper.herokuapp.com/travis
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user