Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ls/travis-update-p4-and-lfs'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 19 Dec 2016 22:45:30 +0000
(14:45 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 19 Dec 2016 22:45:30 +0000
(14:45 -0800)
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
.travis.yml
patch
|
blob
|
history
raw
(from parent 1:
63d6a9c
)
diff --git
a/.travis.yml
b/.travis.yml
index 0b2ea5c3e2daa057cb88763f1943f6a250d019d9..3843967a692d1642e43f536d5e2652b566ca554d 100644
(file)
--- 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"