Skip to content

Commit

Permalink
Merge pull request #17246 from sferik/railties_first
Browse files Browse the repository at this point in the history
Start running railties builds first, since they take the longest finish
  • Loading branch information
rafaelfranca committed Oct 13, 2014
2 parents 0e08667 + 1ed6de2 commit 902a618
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ script: 'ci/travis.rb'
before_install:
- travis_retry gem install bundler
- "rvm current | grep 'jruby' && export AR_JDBC=true || echo"
rvm:
- 1.9.3
- 2.0.0
- 2.1
- ruby-head
- rbx-2
- jruby
env:
global:
- JRUBY_OPTS='-J-Xmx1024M'
Expand All @@ -22,6 +15,13 @@ env:
- "GEM=ar:sqlite3"
- "GEM=ar:postgresql"
- "GEM=aj:integration"
rvm:
- 1.9.3
- 2.0.0
- 2.1
- ruby-head
- rbx-2
- jruby
matrix:
allow_failures:
- rvm: 1.9.3
Expand Down

0 comments on commit 902a618

Please sign in to comment.