Skip to content

Commit

Permalink
Merge pull request #805 from joshk/patch-1
Browse files Browse the repository at this point in the history
Use the new beta build env on Travis
  • Loading branch information
mbleigh committed Nov 7, 2014
2 parents b7199a0 + 82f3b97 commit 2a0da79
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: ruby

cache: bundler
sudo: false

rvm:
- 2.1.2
- 2.1.0
- 2.1
- 2.0.0
- 1.9.3
- rbx-2.2.10
Expand All @@ -19,4 +18,4 @@ matrix:

gemfile:
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
- gemfiles/rails_4.gemfile

0 comments on commit 2a0da79

Please sign in to comment.