Commit 794b270b8295a7ad4a7c0e6f5cb5ee6568999969
1 parent
039744a1
Exists in
master
and in
1 other branch
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
.travis.yml
... | ... | @@ -5,15 +5,12 @@ rvm: |
5 | 5 | - 2.0.0 |
6 | 6 | - 1.9.3 |
7 | 7 | - 1.9.2 |
8 | - - 1.8.7 | |
9 | 8 | - rbx-19mode |
10 | - - rbx-18mode | |
11 | 9 | services: mongodb |
12 | 10 | #script: ./script/rspec-queue-mongoid.rb --format progress spec |
13 | 11 | matrix: |
14 | 12 | allow_failures: |
15 | 13 | - rvm: rbx-19mode |
16 | - - rvm: rbx-18mode | |
17 | 14 | |
18 | 15 | # To stop Travis from running tests for a new commit, |
19 | 16 | # add the following to your commit message: [ci skip] | ... | ... |