Explorar el Código

Fixed the build (the test target cannot do clean)

Bogdan Poplauschi hace 10 años
padre
commit
3902ed7dec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -38,4 +38,4 @@ script:
 
     - echo Run the tests
     - pod install --project-directory=Tests
-    - xcodebuild clean test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest'
+    - xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest'