From 1b593e1ea4d2af0f6444d9a7788d5d99abd6fde5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 11 Jan 2020 23:36:56 +0000 Subject: Squashed 'third_party/git/' content from commit cb71568594 git-subtree-dir: third_party/git git-subtree-split: cb715685942260375e1eb8153b0768a376e4ece7 --- .travis.yml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000000..fc5730b085f1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,52 @@ +language: c + +cache: + directories: + - $HOME/travis-cache + +os: + - linux + - osx + +osx_image: xcode10.1 + +compiler: + - clang + - gcc + +matrix: + include: + - env: jobname=GIT_TEST_GETTEXT_POISON + os: linux + compiler: + addons: + before_install: + - env: jobname=linux-gcc-4.8 + os: linux + dist: trusty + compiler: + - env: jobname=Linux32 + os: linux + compiler: + addons: + services: + - docker + before_install: + script: ci/run-linux32-docker.sh + - env: jobname=StaticAnalysis + os: linux + compiler: + script: ci/run-static-analysis.sh + after_failure: + - env: jobname=Documentation + os: linux + compiler: + script: ci/test-documentation.sh + after_failure: + +before_install: ci/install-dependencies.sh +script: ci/run-build-and-tests.sh +after_failure: ci/print-test-failures.sh + +notifications: + email: false -- cgit 1.4.1