Auto merge of #16767 - UK992:travis, r=jdm

Try to re-enable unit tests on travis-ci

After https://github.com/servo/servo/pull/16573 and https://github.com/servo/servo/pull/16593, issue https://github.com/servo/servo/issues/15076 _could_ be fixed.

Edit:
Closes #14723
Closes #15076

<!-- 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/16767)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-05-08 20:05:16 -05:00 committed by GitHub
commit 8ff484d3fd

View file

@ -13,16 +13,13 @@ matrix:
script:
- ./mach build -d --verbose
- ./mach test-compiletest
# disabled due to #15076
#- ./mach test-unit
# disabled due to #14723
#- ./mach build-geckolib
#- ./mach test-stylo
- ./mach test-unit
- ./mach clean
- ./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
- ./mach cargo test -p selectors
- ./mach test-unit -p style
cache:
directories:
- .cargo