Disable test-unit on TravisCI.

This commit is contained in:
Josh Matthews 2017-01-17 08:29:39 -05:00 committed by GitHub
parent a70af60eec
commit 084fa9af89

View file

@ -13,7 +13,8 @@ matrix:
script:
- ./mach build -d --verbose
- ./mach test-compiletest
- ./mach test-unit
# disabled due to #15076
#- ./mach test-unit
# disabled due to #14723
#- ./mach build-geckolib
#- ./mach test-stylo