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 <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Lars Schneider committed
Dec 4, 2016 at 14:52 UTC
5f703e8f023f080972e9ed1413ffb98031af4da2
1 file changed
+2
-2
.travis.yml
+2
-2
@@ -27,8 +27,8 @@ env:
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.1"
31
- - LINUX_GIT_LFS_VERSION="1.2.0"
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"