travis-ci: require successful tests against upcoming Git core release

The Git-core 'master' branch tracks the commits that should go into the next release (see https://github.com/git/git/blob/master/Documentation/gitworkflows.txt). 

Run Git-LFS tests against a build of the Git-core 'master' branch and require a successful pass.
This commit is contained in:
Lars Schneider 2016-07-14 08:54:12 +02:00 committed by GitHub
parent 76186e9fff
commit f6766e918e

@ -11,13 +11,12 @@ env:
global: global:
- GIT_LFS_TEST_DIR="$HOME/git-lfs-tests" - GIT_LFS_TEST_DIR="$HOME/git-lfs-tests"
- GIT_SOURCE_REPO="https://github.com/git/git.git" - GIT_SOURCE_REPO="https://github.com/git/git.git"
- GIT_SOURCE_BRANCH="next" - GIT_SOURCE_BRANCH="master"
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- os: osx - os: osx
- env: git-from-source
include: include:
- env: git-from-source - env: git-from-source
os: linux os: linux