aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-19 14:45:30 -0800
committerJunio C Hamano <gitster@pobox.com>2016-12-19 14:45:30 -0800
commitb08c812f99e8260c7f93966b0ee2b1339120ce29 (patch)
tree382f9d9c135660a5cc09712089424b7640e15b9d
parentMerge branch 'ls/t0021-fixup' (diff)
parenttravis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in Linux build (diff)
downloadgit-b08c812f99e8260c7f93966b0ee2b1339120ce29.tar.gz
git-b08c812f99e8260c7f93966b0ee2b1339120ce29.zip
Merge branch 'ls/travis-update-p4-and-lfs'
The default Travis-CI configuration specifies newer P4 and GitLFS. * ls/travis-update-p4-and-lfs: travis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in Linux build
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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"