Update .travis.yml

This commit is contained in:
yaroslav-zhurakovskiy 2016-10-08 21:07:23 +03:00 committed by GitHub
parent 1780904446
commit 3a19beaac4
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: swift
osx_image: xcode7
osx_image: xcode8
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 iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO | xcpretty
after_success:
- bash <(curl -s https://codecov.io/bash) -J 'PainlessInspector' -t d57dba6a-8e17-4a91-b7bf-ef7abe812e24
- bash <(curl -s https://codecov.io/bash) -J 'PainlessInspector' -t d57dba6a-8e17-4a91-b7bf-ef7abe812e24