Add codecov to travis

This commit is contained in:
Yaroslav Zhurakovskiy 2016-07-18 21:49:19 +03:00
parent cca66375ab
commit f9d6e7f1ad
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
language: swift language: swift
osx_image: xcode7 osx_image: xcode7
script: script:
- xcodebuild clean test -workspace PainlessInjection/PainlessInjection.xcworkspace -scheme PainlessInjection -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty - xcodebuild clean test -workspace PainlessInjection/PainlessInjection.xcworkspace -scheme PainlessInjection -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
after_success:
- bash <(curl -s https://codecov.io/bash)