diff options
author | Lars Schneider <larsxschneider@gmail.com> | 2016-04-19 22:08:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-19 13:39:36 -0700 |
commit | 31f3c86b43e94c106ff55b6426715eb1d9e756d2 (patch) | |
tree | f6dad85a2500d3dbbae25b1c897a9ef3bf8ecec2 /.travis.yml | |
parent | 56331f8727b0c2e7dc713b728eaf1e5843422cb7 (diff) | |
download | git-31f3c86b43e94c106ff55b6426715eb1d9e756d2.tar.gz |
travis-ci: update Git-LFS and P4 to the latest version
Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 78e433ba71..4acf6172d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,8 @@ addons: env: global: - DEVELOPER=1 - - P4_VERSION="15.2" - - GIT_LFS_VERSION="1.1.0" + - P4_VERSION="16.1" + - GIT_LFS_VERSION="1.2.0" - DEFAULT_TEST_TARGET=prove - GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save" - GIT_TEST_OPTS="--verbose --tee" |