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 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Try to re-enable unit tests on travis-ci

  • Loading branch information
UK992 committed May 8, 2017
commit be645794a600108e6bd82dce1452b28363603c7e
@@ -13,16 +13,13 @@ matrix:
script:
- ./mach build -d --verbose
- ./mach test-compiletest
# disabled due to #15076
#- ./mach test-unit
- ./mach test-unit
# 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
- ./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.