mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
remove poinless fails from CI
rails master is simply not working now at all, no point testing with it
This commit is contained in:
parent
601064a95a
commit
c86028f9a5
@ -6,9 +6,7 @@ env:
|
||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||
matrix:
|
||||
- "RAILS_MASTER=0 QUNIT_RUN=0"
|
||||
- "RAILS_MASTER=1 QUNIT_RUN=0"
|
||||
- "RAILS_MASTER=0 QUNIT_RUN=1"
|
||||
- "RAILS_MASTER=1 QUNIT_RUN=1"
|
||||
|
||||
addons:
|
||||
postgresql: 9.5
|
||||
@ -20,9 +18,6 @@ addons:
|
||||
- jhead
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: "RAILS_MASTER=1 QUNIT_RUN=0"
|
||||
- env: "RAILS_MASTER=1 QUNIT_RUN=1"
|
||||
fast_finish: true
|
||||
|
||||
rvm:
|
||||
|
Loading…
Reference in New Issue
Block a user