Try to re-enable unit tests on travis-ci

This commit is contained in:
UK992 2017-05-08 15:06:41 +02:00
parent 34d33574db
commit be645794a6

View file

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