Skip to content

Commit

Permalink
Install and initialize git lfs on Travis OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jun 23, 2020
1 parent 6fac07b commit 9faa1b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ script:
# before_cache:
# - mkdir -p $HOME/nix.store
# - nix copy --to file://$HOME/nix.store -f default.nix buildInputs


before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install git-lfs; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then git lfs install; fi

before_script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then git lfs pull; fi

0 comments on commit 9faa1b0

Please sign in to comment.