From 9608a5944990f550e3e24d4472b941e0c2e8a8c0 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Wed, 7 Nov 2018 02:25:52 +0100 Subject: travis: overwrite test-capability with a simple script that is just skipped so that it will be possible to work on the test failure and try to make Travis CI work at the same time. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3d0cb3ed54..499e9eeb91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,10 +31,7 @@ jobs: script: - set -e # Build systemd - - $DOCKER_EXEC meson build - - $DOCKER_EXEC ninja -C build - # Run 'make check' - - $DOCKER_EXEC ninja -C build test + - $CI_MANAGERS/fedora.sh RUN - set +e after_script: - $CI_MANAGERS/fedora.sh CLEANUP -- cgit v1.2.1