Commit c28dcf9ff466d47a4ed8ab338eb17ca82c3204ec
Exists in
master
and in
1 other branch
Merge pull request #763 from joshk/patch-1
Use the new build env on Travis
Showing
1 changed file
with
13 additions
and
4 deletions
Show diff stats
.travis.yml
| 1 | language: ruby | 1 | language: ruby |
| 2 | -env: | ||
| 3 | - - COVERAGE=true | 2 | + |
| 4 | rvm: | 3 | rvm: |
| 5 | - - 2.0.0 | ||
| 6 | - 1.9.3 | 4 | - 1.9.3 |
| 7 | - - 2.1.2 | 5 | + - 2.0.0 |
| 6 | + - 2.1 | ||
| 8 | - rbx-2 | 7 | - rbx-2 |
| 9 | - ruby-head | 8 | - ruby-head |
| 9 | + | ||
| 10 | +env: | ||
| 11 | + - COVERAGE=true | ||
| 12 | + | ||
| 13 | +sudo: false | ||
| 14 | + | ||
| 15 | +cache: bundler | ||
| 16 | + | ||
| 10 | services: mongodb | 17 | services: mongodb |
| 18 | + | ||
| 11 | #script: ./script/rspec-queue-mongoid.rb --format progress spec | 19 | #script: ./script/rspec-queue-mongoid.rb --format progress spec |
| 20 | + | ||
| 12 | matrix: | 21 | matrix: |
| 13 | allow_failures: | 22 | allow_failures: |
| 14 | - rvm: rbx-2 | 23 | - rvm: rbx-2 |