提交 333af12c 编写于 作者: M Matthew Draper

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
上级 5b14129d
...@@ -34,15 +34,14 @@ env: ...@@ -34,15 +34,14 @@ env:
- "JRUBY_OPTS='--dev -J-Xmx1024M'" - "JRUBY_OPTS='--dev -J-Xmx1024M'"
matrix: matrix:
- "GEM=railties" - "GEM=railties"
- "GEM=ap" - "GEM=ap,ac"
- "GEM=ac"
- "GEM=ac:integration"
- "GEM=am,amo,as,av,aj" - "GEM=am,amo,as,av,aj"
- "GEM=as PRESERVE_TIMEZONES=1" - "GEM=as PRESERVE_TIMEZONES=1"
- "GEM=ar:mysql2" - "GEM=ar:mysql2"
- "GEM=ar:sqlite3" - "GEM=ar:sqlite3"
- "GEM=ar:postgresql" - "GEM=ar:postgresql"
- "GEM=guides" - "GEM=guides"
- "GEM=ac:integration"
rvm: rvm:
- 2.2.6 - 2.2.6
...@@ -86,6 +85,7 @@ matrix: ...@@ -86,6 +85,7 @@ matrix:
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head
- rvm: jruby-9.1.5.0 - rvm: jruby-9.1.5.0
- env: "GEM=ac:integration"
fast_finish: true fast_finish: true
notifications: notifications:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册