diff --git a/.travis.yml b/.travis.yml index f736c18..4bf5c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ xcode_workspace: Example/PerspectiveTransform.xcworkspace xcode_scheme: Example xcode_sdk: iphonesimulator12.1 git: - depth: 0 # use 0, as false cause travis lint server 500 exception + depth: 1 # use 1, as false cause travis lint server 500 exception cache: bundler: true cocoapods: true