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 | 1 | language: ruby |
2 | -env: | |
3 | - - COVERAGE=true | |
2 | + | |
4 | 3 | rvm: |
5 | - - 2.0.0 | |
6 | 4 | - 1.9.3 |
7 | - - 2.1.2 | |
5 | + - 2.0.0 | |
6 | + - 2.1 | |
8 | 7 | - rbx-2 |
9 | 8 | - ruby-head |
9 | + | |
10 | +env: | |
11 | + - COVERAGE=true | |
12 | + | |
13 | +sudo: false | |
14 | + | |
15 | +cache: bundler | |
16 | + | |
10 | 17 | services: mongodb |
18 | + | |
11 | 19 | #script: ./script/rspec-queue-mongoid.rb --format progress spec |
20 | + | |
12 | 21 | matrix: |
13 | 22 | allow_failures: |
14 | 23 | - rvm: rbx-2 | ... | ... |