Commit 794b270b8295a7ad4a7c0e6f5cb5ee6568999969

Authored by Arthur Neves
1 parent 039744a1
Exists in master and in 1 other branch production

remove ruby 1.8 support

Mongoid 3.x is ruby 1.9+
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
@@ -5,15 +5,12 @@ rvm: @@ -5,15 +5,12 @@ rvm:
5 - 2.0.0 5 - 2.0.0
6 - 1.9.3 6 - 1.9.3
7 - 1.9.2 7 - 1.9.2
8 - - 1.8.7  
9 - rbx-19mode 8 - rbx-19mode
10 - - rbx-18mode  
11 services: mongodb 9 services: mongodb
12 #script: ./script/rspec-queue-mongoid.rb --format progress spec 10 #script: ./script/rspec-queue-mongoid.rb --format progress spec
13 matrix: 11 matrix:
14 allow_failures: 12 allow_failures:
15 - rvm: rbx-19mode 13 - rvm: rbx-19mode
16 - - rvm: rbx-18mode  
17 14
18 # To stop Travis from running tests for a new commit, 15 # To stop Travis from running tests for a new commit,
19 # add the following to your commit message: [ci skip] 16 # add the following to your commit message: [ci skip]