diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-01-17 08:29:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 08:29:39 -0500 |
commit | 084fa9af89377b848716a3cb7cb5aa37b804fe86 (patch) | |
tree | fe34513fa2d8d6dd14e9ad282f992a00f3b318a2 /.travis.yml | |
parent | a70af60eec11fa0a19cfd889c56b09dc834b35af (diff) | |
download | servo-084fa9af89377b848716a3cb7cb5aa37b804fe86.tar.gz servo-084fa9af89377b848716a3cb7cb5aa37b804fe86.zip |
Disable test-unit on TravisCI.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 202c98bb606..363d13cc1dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |