Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Use the new build env on Travis
Browse files Browse the repository at this point in the history
more ram and cpu, more capacity, more network

just more!
  • Loading branch information
joshk committed Dec 10, 2014
1 parent fbcab9f commit 14f231c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby

rvm:
- 2.2
- 2.1
Expand All @@ -8,11 +9,15 @@ rvm:
- rbx-19mode
- jruby-19mode
- 1.8.7

matrix:
allow_failures:
- rvm: 2.2
- rvm: jruby-19mode
- rvm: rbx-19mode
- rvm: 1.8.7

gemfile:
- gemfiles/Gemfile.ci

sudo: false

0 comments on commit 14f231c

Please sign in to comment.