Skip to content

Commit 9b6e9b2

Browse files
committed
Fix the Travis-CI script by installing git lfs
1 parent 7ecaf97 commit 9b6e9b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ notifications:
1515
before_install:
1616
- env
1717
- locale
18+
- brew install git-lfs
1819
- gem install cocoapods --no-document --quiet
1920
- gem install xcpretty --no-document --quiet
2021
- pod --version
@@ -23,6 +24,9 @@ before_install:
2324
- xcodebuild -version
2425
- xcodebuild -showsdks
2526

27+
before_script:
28+
- git lfs pull
29+
2630
script:
2731
- set -o pipefail
2832

0 commit comments

Comments
 (0)