diff --git a/circle.yml b/circle.yml index 46a8bb67..045270db 100644 --- a/circle.yml +++ b/circle.yml @@ -10,6 +10,7 @@ machine: GOPATH: $HOME/git-lfs/.go NO_OPENSSL: YesPlease APPLE_COMMON_CRYPTO: YesPlease + PATH: ~/bin:$PATH general: build_dir: .go/src/github.com/git-lfs/git-lfs @@ -38,6 +39,6 @@ test: override: - script/cibuild - script/install-git-source "$GIT_EARLIEST_SUPPORTED_VERSION" - - SKIPCOMPILE=1 script/cibuild + - SKIPCOMPILE=1 script/integration - script/install-git-source "$GIT_LATEST_SOURCE_BRANCH" - - SKIPCOMPILE=1 script/cibuild + - SKIPCOMPILE=1 script/integration