mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
commit
8ff484d3fd
1 changed files with 4 additions and 7 deletions
11
.travis.yml
11
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue