Fix travis

This commit is contained in:
Yishi Lin 2019-07-17 03:07:30 +08:00
parent 6ae4a02a01
commit 2e620c20ae

View file

@ -12,6 +12,7 @@ install:
- gem install cocoapods -v 1.5.3
- pod --version
before_script:
- pod install
- |
if [ ! $(git diff --name-only master..."$TRAVIS_COMMIT" | grep "Cartfile.resolved") ] && [ -d "Carthage/Build" ]; then
echo "Use cached carthage dependencies."