From be645794a600108e6bd82dce1452b28363603c7e Mon Sep 17 00:00:00 2001 From: UK992 Date: Mon, 8 May 2017 15:06:41 +0200 Subject: [PATCH 1/2] Try to re-enable unit tests on travis-ci --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 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 From 3f6703780b8fb7acb415f4f66bce25b67f6c8183 Mon Sep 17 00:00:00 2001 From: UK992 Date: Mon, 8 May 2017 16:02:40 +0200 Subject: [PATCH 2/2] Try with enabled `build-geckolib` and `test-stylo` --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b8f71008a4..e51189443e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ matrix: - ./mach build -d --verbose - ./mach test-compiletest - ./mach test-unit - # disabled due to #14723 - #- ./mach build-geckolib - #- ./mach test-stylo + - ./mach clean + - ./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