Skip to content

Commit

Permalink
Merge pull request #763 from joshk/patch-1
Browse files Browse the repository at this point in the history
Use the new build env on Travis
  • Loading branch information
arthurnn committed Nov 23, 2014
2 parents 23f43a2 + dcc5223 commit c28dcf9
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
@@ -1,14 +1,23 @@
language: ruby
env:
- COVERAGE=true

rvm:
- 2.0.0
- 1.9.3
- 2.1.2
- 2.0.0
- 2.1
- rbx-2
- ruby-head

env:
- COVERAGE=true

sudo: false

cache: bundler

services: mongodb

#script: ./script/rspec-queue-mongoid.rb --format progress spec

matrix:
allow_failures:
- rvm: rbx-2
Expand Down

0 comments on commit c28dcf9

Please sign in to comment.