diff options
author | UK992 <urbankrajnc92@gmail.com> | 2017-05-08 15:06:41 +0200 |
---|---|---|
committer | UK992 <urbankrajnc92@gmail.com> | 2017-05-09 00:02:41 +0200 |
commit | be645794a600108e6bd82dce1452b28363603c7e (patch) | |
tree | 59fc8d3db70b89b4ba98cb8cbe8305851512cf82 /.travis.yml | |
parent | 34d33574dbd8696ff788ae8b9af65f8e88f404a9 (diff) | |
download | servo-be645794a600108e6bd82dce1452b28363603c7e.tar.gz servo-be645794a600108e6bd82dce1452b28363603c7e.zip |
Try to re-enable unit tests on travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 49fef44f73c..9b8f71008a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |