From f6766e918e0878c7b26b1cae1b73f390f814e595 Mon Sep 17 00:00:00 2001 From: Lars Schneider Date: Thu, 14 Jul 2016 08:54:12 +0200 Subject: [PATCH] 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. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e7c73c5..086df060 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,13 +11,12 @@ env: global: - GIT_LFS_TEST_DIR="$HOME/git-lfs-tests" - GIT_SOURCE_REPO="https://github.com/git/git.git" - - GIT_SOURCE_BRANCH="next" + - GIT_SOURCE_BRANCH="master" matrix: fast_finish: true allow_failures: - os: osx - - env: git-from-source include: - env: git-from-source os: linux