diff --git a/.travis.yml b/.travis.yml index 7a317312..67b67789 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,3 +46,6 @@ script: - pod install --project-directory=Tests - xcodebuild clean -workspace SDWebImage.xcworkspace -scheme 'SDWebImage iOS static' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c - xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' -configuration Debug | xcpretty -c + +after_success: + - bash <(curl -s https://codecov.io/bash)