.circleci: do not install 'prove' via brew

This commit is contained in:
Taylor Blau 2018-07-13 12:56:31 -05:00
parent eb056fb74b
commit be66472e56

@ -12,7 +12,6 @@ jobs:
- run: brew upgrade go || brew install go
- run: brew upgrade git || brew install git
- run: brew upgrade gettext || brew install gettext
- run: brew upgrade prove || brew install prove
- run:
command: git clone https://github.com/git/git.git git-source
working_directory: ~/go/src/github.com/git-lfs/git-lfs
@ -34,7 +33,7 @@ jobs:
steps:
- restore_cache:
key: git-lfs-{{ .Branch }}-{{ .Revision }}
- run: echo go gettext prove | xargs brew link --force
- run: echo go gettext | xargs brew link --force
- run: echo "export GOPATH=$HOME/go" >> $BASH_ENV
- run: echo "export PATH=$HOME/bin:$GOPATH/bin:$PATH" >> $BASH_ENV
- run: echo "export GIT_LFS_TEST_DIR=$HOME/git-lfs-tests" >> $BASH_ENV
@ -50,7 +49,7 @@ jobs:
steps:
- restore_cache:
key: git-lfs-{{ .Branch }}-{{ .Revision }}
- run: echo go gettext prove | xargs brew link --force
- run: echo go gettext | xargs brew link --force
- run:
command: ./script/install-git-source "$GIT_EARLIEST_SUPPORTED_VERSION"
environment:
@ -71,7 +70,7 @@ jobs:
steps:
- restore_cache:
key: git-lfs-{{ .Branch }}-{{ .Revision }}
- run: echo go gettext prove | xargs brew link --force
- run: echo go gettext | xargs brew link --force
- run:
command: ./script/install-git-source "$GIT_LATEST_SOURCE_BRANCH"
environment: