27 # The Linux build installs the defined dependency versions below.
28 # The OS X build installs the latest available versions. Keep that
29 # in mind when you encounter a broken OS X build!
30 - LINUX_P4_VERSION="16.2"
31 - LINUX_GIT_LFS_VERSION="1.5.2"
32 - DEFAULT_TEST_TARGET=prove
33 - GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
34 - GIT_TEST_OPTS="--verbose-log"
35 - GIT_TEST_CLONE_2GB=YesPlease
36 # t9810 occasionally fails on Travis CI OS X
37 # t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X
38 - GIT_SKIP_TESTS="t9810 t9816"
42 - env: GETTEXT_POISON=YesPlease
55 test "$TRAVIS_REPO_SLUG" != "git/git" ||
56 ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD)
65 script: ci/run-linux32-docker.sh
66 - env: Static Analysis
74 # "before_script" that builds Git is inherited from base job
75 script: ci/run-static-analysis.sh
87 script: ci/test-documentation.sh
90 before_install: ci/install-dependencies.sh
91 before_script: ci/run-build.sh
92 script: ci/run-tests.sh
93 after_failure: ci/print-test-failures.sh