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:
bors-servo 2017-01-17 05:58:00 -08:00 committed by GitHub
commit 5fca03418f

View file

@ -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