1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Shuffle travis matrix

* Run actionpack and actioncable tests together
* Demote ac:integration to allow_failures -- it works most of the time,
  but still fails too frequently to rely upon
This commit is contained in:
Matthew Draper 2016-12-25 01:31:44 +10:30
parent 5b14129d8d
commit 333af12c00

View file

@ -34,15 +34,14 @@ env:
- "JRUBY_OPTS='--dev -J-Xmx1024M'"
matrix:
- "GEM=railties"
- "GEM=ap"
- "GEM=ac"
- "GEM=ac:integration"
- "GEM=ap,ac"
- "GEM=am,amo,as,av,aj"
- "GEM=as PRESERVE_TIMEZONES=1"
- "GEM=ar:mysql2"
- "GEM=ar:sqlite3"
- "GEM=ar:postgresql"
- "GEM=guides"
- "GEM=ac:integration"
rvm:
- 2.2.6
@ -86,6 +85,7 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.5.0
- env: "GEM=ac:integration"
fast_finish: true
notifications: