X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=.travis.yml;h=5f5ee4f3bd86f3f7d6cfce4e99453f68f0673eab;hb=bdfef0492cada3fb36f454804796bf12c79a7136;hp=4684b3f4f30f78d5f1d5d0f7eb5bfea9b81861ba;hpb=93a622f4a73f9dd5277d32c5ecce534bdbc40a1b;p=thirdparty%2Fgit.git diff --git a/.travis.yml b/.travis.yml index 4684b3f4f3..5f5ee4f3bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ matrix: compiler: addons: before_install: - before_script: script: - > test "$TRAVIS_REPO_SLUG" != "git/git" || @@ -46,7 +45,6 @@ matrix: services: - docker before_install: - before_script: script: ci/run-linux32-docker.sh - env: jobname=StaticAnalysis os: linux @@ -56,7 +54,6 @@ matrix: packages: - coccinelle before_install: - before_script: script: ci/run-static-analysis.sh after_failure: - env: jobname=Documentation @@ -68,13 +65,11 @@ matrix: - asciidoc - xmlto before_install: - before_script: script: ci/test-documentation.sh after_failure: before_install: ci/install-dependencies.sh -before_script: ci/run-build.sh -script: ci/run-tests.sh +script: ci/run-build-and-tests.sh after_failure: ci/print-test-failures.sh notifications: