mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #15078 - servo:jdm-patch-1, r=Ms2ger
Disable test-unit on TravisCI. Due to #15076, I want to make sure that the TravisCI status is meaningful as much as possible. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15078) <!-- Reviewable:end -->
This commit is contained in:
commit
5fca03418f
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ matrix:
|
|||
script:
|
||||
- ./mach build -d --verbose
|
||||
- ./mach test-compiletest
|
||||
- ./mach test-unit
|
||||
# disabled due to #15076
|
||||
#- ./mach test-unit
|
||||
# disabled due to #14723
|
||||
#- ./mach build-geckolib
|
||||
#- ./mach test-stylo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue