From: Lars Schneider Date: Sun, 4 Dec 2016 13:52:41 +0000 (+0100) Subject: travis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in Linux build X-Git-Tag: v2.11.1~66^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5f703e8f023f080972e9ed1413ffb98031af4da2 travis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in Linux build Update Travis-CI dependencies to the latest available versions in Linux build. Signed-off-by: Lars Schneider Signed-off-by: Junio C Hamano --- diff --git a/.travis.yml b/.travis.yml index 0b2ea5c3e2..3843967a69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,8 @@ env: # The Linux build installs the defined dependency versions below. # The OS X build installs the latest available versions. Keep that # in mind when you encounter a broken OS X build! - - LINUX_P4_VERSION="16.1" - - LINUX_GIT_LFS_VERSION="1.2.0" + - LINUX_P4_VERSION="16.2" + - LINUX_GIT_LFS_VERSION="1.5.2" - DEFAULT_TEST_TARGET=prove - GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save" - GIT_TEST_OPTS="--verbose-log"