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
1 changed files with 0 additions and 7 deletions

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"