.travis.yml 453 Bytes
language: ruby

rvm:
  - 1.9.3
  - 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
    - rvm: ruby-head


# To stop Travis from running tests for a new commit,
# add the following to your commit message: [ci skip]
# You should add this when you edit documentation or comments, etc.