1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00

Stop testing against ruby 1.8

PaperTrail 5 will not support ruby 1.8
This commit is contained in:
Jared Beck 2015-09-16 01:20:26 -04:00
parent 364d04a7b3
commit 5dad0a5cd7

View file

@ -2,9 +2,7 @@ language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
- jruby-19mode
- jruby-18mode
env:
global:
- TRAVIS=true
@ -29,11 +27,6 @@ gemfile:
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-18mode
gemfile: Gemfile
- rvm: 1.8.7
gemfile: Gemfile
addons:
postgresql: "9.4"