set path for custom git on each test run

This commit is contained in:
risk danger olson 2016-11-15 13:35:46 -07:00
parent df1d1aa4b4
commit 91d5af081b

@ -10,7 +10,6 @@ machine:
GOPATH: $HOME/git-lfs/.go
NO_OPENSSL: YesPlease
APPLE_COMMON_CRYPTO: YesPlease
PATH: $HOME/bin:$PATH
general:
build_dir: .go/src/github.com/git-lfs/git-lfs
@ -39,6 +38,6 @@ test:
override:
- script/cibuild
- script/install-git-source "$GIT_EARLIEST_SUPPORTED_VERSION"
- SKIPCOMPILE=1 script/integration
- PATH="$HOME/bin:$PATH" SKIPCOMPILE=1 script/integration
- script/install-git-source "$GIT_LATEST_SOURCE_BRANCH"
- SKIPCOMPILE=1 script/integration
- PATH="$HOME/bin:$PATH" SKIPCOMPILE=1 script/integration