Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to re-enable unit tests on travis-ci #16767

Merged
merged 2 commits into from May 9, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

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

This comment has been minimized.

@jdm

jdm May 8, 2017

Member

Why is the clean necessary?

This comment has been minimized.

@jdm

jdm May 8, 2017

Member

Oh, that frees up all the space used by the non-geckolib build, doesn't it?

This comment has been minimized.

@UK992

UK992 May 8, 2017

Author Contributor

Yes.

- ./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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.