diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-01-11 17:37:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 17:37:38 -0500 |
commit | 3f6a39ca7e3ce82d795c8d4a5fb414733e650c53 (patch) | |
tree | 42b7f79dc90eed8cc0e8b49bfbefb590b396dea5 | |
parent | 783829eccc44e1c239a4d1aa807b000b755eeea6 (diff) | |
download | servo-3f6a39ca7e3ce82d795c8d4a5fb414733e650c53.tar.gz servo-3f6a39ca7e3ce82d795c8d4a5fb414733e650c53.zip |
Disable test-stylo.
This will make TravisCI builds useful again.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 09bd9afee84..99675a22dd3 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 |