onevcat 10 vuotta sitten
vanhempi
commit
2247b76463
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,6 +4,6 @@ osx_image: xcode7.1
 xcode_workspace: Kingfisher.xcworkspace
 xcode_workspace: Kingfisher.xcworkspace
 xcode_scheme: Kingfisher
 xcode_scheme: Kingfisher
 
 
-script: xcodebuild -workspace Kingfisher.xcworkspace -scheme Kingfisher -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty && exit ${PIPESTATUS[0]}
+script: xcodebuild -workspace Kingfisher.xcworkspace -scheme Kingfisher -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' clean test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty && exit ${PIPESTATUS[0]}
 after_success:
 after_success:
     - bash <(curl -s https://codecov.io/bash)
     - bash <(curl -s https://codecov.io/bash)