Skip to content

Commit 694d852

Browse files
authored
Merge pull request #696 from DirectXMan12/infra/cache-homebrew
🏃 Download git-lfs directly on OSX
2 parents b34c147 + b66b29d commit 694d852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_import_path: sigs.k8s.io/kubebuilder
2020

2121
before_install:
2222
- go get -u github.com/golang/dep/cmd/dep
23-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install git-lfs ; fi
23+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -sL https://github.com/git-lfs/git-lfs/releases/download/v2.7.2/git-lfs-darwin-amd64-v2.7.2.tar.gz | tar -xz git-lfs; fi
2424

2525
before_script:
2626
- git lfs install

0 commit comments

Comments
 (0)