From 3f6a39ca7e3ce82d795c8d4a5fb414733e650c53 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 11 Jan 2017 17:37:38 -0500 Subject: [PATCH] Disable test-stylo. This will make TravisCI builds useful again. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09bd9afee845..99675a22dd33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ matrix: - ./mach test-compiletest - ./mach test-unit - ./mach build-geckolib - - ./mach test-stylo + # disabled due to #14723 + #- ./mach test-stylo - bash etc/ci/check_no_panic.sh - bash etc/ci/lockfile_changed.sh - bash etc/ci/manifest_changed.sh