Auto merge of #14973 - servo:jdm-patch-1, r=wafflespeanut

Disable test-stylo on TravisCI

Nobody knows what to do about #14723 and Travis always showing failed builds isn't useful.

<!-- 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/14973)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-01-11 20:01:09 -08:00 committed by GitHub
commit 14aa666a5a

View file

@ -14,8 +14,9 @@ matrix:
- ./mach build -d --verbose
- ./mach test-compiletest
- ./mach test-unit
- ./mach build-geckolib
- ./mach test-stylo
# disabled due to #14723
#- ./mach build-geckolib
#- ./mach test-stylo
- bash etc/ci/check_no_panic.sh
- bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh