Commit dc65beea370381f7d96abec2362a1f177df0a4ff

Authored by Josh Kalderimis
1 parent 23f43a29
Exists in master and in 1 other branch production

Use the new build env on Travis

more ram, more cpu, faster vm boot times, better network

docs coming soon
Showing 1 changed file with 9 additions and 2 deletions   Show diff stats
.travis.yml
1 1 language: ruby
2   -env:
3   - - COVERAGE=true
  2 +
4 3 rvm:
5 4 - 2.0.0
6 5 - 1.9.3
7 6 - 2.1.2
8 7 - rbx-2
9 8 - ruby-head
  9 +
  10 +env:
  11 + - COVERAGE=true
  12 +
  13 +sudo: false
  14 +
10 15 services: mongodb
  16 +
11 17 #script: ./script/rspec-queue-mongoid.rb --format progress spec
  18 +
12 19 matrix:
13 20 allow_failures:
14 21 - rvm: rbx-2
... ...