Merge pull request #2524 from git-lfs/ci-disable-next

ci: disable integration tests on 'next' branch of git
This commit is contained in:
Taylor Blau 2017-08-25 11:48:55 -04:00 committed by GitHub
commit 35fdd3e100
2 changed files with 0 additions and 14 deletions

@ -12,7 +12,6 @@ env:
- GIT_SOURCE_REPO="https://github.com/git/git.git"
- GIT_EARLIEST_SUPPORTED_VERSION="v2.0.0
- GIT_LATEST_SOURCE_BRANCH="master"
- GIT_NEXT_SOURCE_BRANCH="next"
- GIT_ASKPASS=""
matrix:
@ -28,16 +27,6 @@ matrix:
make --jobs=2;
make install;
cd ..;
- env: git-latest-next-from-source
os: linux
before_script:
- >
git clone $GIT_SOURCE_REPO git-source;
cd git-source;
git checkout $GIT_NEXT_SOURCE_BRANCH;
make --jobs=2;
make install;
cd ..;
- env: git-earliest-supported-version-from-source
os: linux
before_script:

@ -4,7 +4,6 @@ machine:
GIT_SOURCE_REPO: https://github.com/git/git.git
GIT_EARLIEST_SUPPORTED_VERSION: v2.0.0
GIT_LATEST_SOURCE_BRANCH: master
GIT_NEXT_SOURCE_BRANCH: next
XCODE_SCHEME: test
XCODE_WORKSPACE: test
XCODE_PROJECT: test
@ -45,5 +44,3 @@ test:
- PATH="$HOME/bin:$PATH" SKIPCOMPILE=1 script/integration
- script/install-git-source "$GIT_LATEST_SOURCE_BRANCH"
- PATH="$HOME/bin:$PATH" SKIPCOMPILE=1 script/integration
- script/install-git-source "$GIT_NEXT_SOURCE_BRANCH"
- PATH="$HOME/bin:$PATH" SKIPCOMPILE=1 script/integration