Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request mbleigh#617 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
seuros committed Dec 9, 2014
2 parents de1f31a + 51e5bbb commit 5fa1213
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby

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

Expand All @@ -16,10 +18,12 @@ gemfile:
- gemfiles/activerecord_4.1.gemfile
- gemfiles/activerecord_edge.gemfile

cache: bundler
sudo: false

bundler_args: '--without local_development --jobs 3 --retry 3'

script: bundle exec rake
before_install: gem install bundler
bundler_args: '--without local_development'

matrix:
fast_finish: true
allow_failures:
Expand Down

0 comments on commit 5fa1213

Please sign in to comment.