Skip to content

Commit

Permalink
[ci] travis lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Nov 10, 2019
1 parent c7e14c1 commit 4130f31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ os:
- osx
before_install:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install innosetup; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install git-lfs; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install git-lfs; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export HOMEBREW_NO_AUTO_UPDATE=true && brew install git-lfs && git lfs install; fi
- node -v
- npm -v
- npm install -g node-gyp@5
Expand Down

0 comments on commit 4130f31

Please sign in to comment.