Browse Source

Add setup

onevcat 9 years ago
parent
commit
e0132576e8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -12,8 +12,7 @@ env:
     gem install xcpretty -N --no-ri --no-rdoc
 script:
 - |
-    git submodule init
-    git submodule update
+    ./setup.sh
     if [ "$TEST_TYPE" = iOS ]; then
       set -o pipefail
       xcodebuild clean test -workspace Kingfisher.xcworkspace -scheme Kingfisher -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1' -enableCodeCoverage YES | xcpretty