Commit a08862c4196afb092a986ad575b334baee8bea07
1 parent
ca8eb6a8
Exists in
master
and in
1 other branch
improve the allow_failures system to avoid mark built like error in rbx
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
.travis.yml
@@ -12,9 +12,8 @@ services: mongodb | @@ -12,9 +12,8 @@ services: mongodb | ||
12 | script: ./script/rspec-queue-mongoid.rb --format progress spec | 12 | script: ./script/rspec-queue-mongoid.rb --format progress spec |
13 | matrix: | 13 | matrix: |
14 | allow_failures: | 14 | allow_failures: |
15 | - - rvm: | ||
16 | - - rbx-19mode | ||
17 | - - rbx-18mode | 15 | + - rvm: rbx-19mode |
16 | + - rvm: rbx-18mode | ||
18 | 17 | ||
19 | # To stop Travis from running tests for a new commit, | 18 | # To stop Travis from running tests for a new commit, |
20 | # add the following to your commit message: [ci skip] | 19 | # add the following to your commit message: [ci skip] |