Skip to content

Commit

Permalink
Try to re-enable unit tests on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
UK992 committed May 8, 2017
1 parent 34d3357 commit be64579
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit be64579

Please sign in to comment.