Skip to content

Commit 2cfaaa3

Browse files
author
Igor Makarov
committed
slather config updated
1 parent c7f2108 commit 2cfaaa3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.slather.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
coverage_service: coveralls
22
xcodeproj: DeepLinkKit.xcodeproj
3+
workspace: DeepLinkKit.xcworkspace
4+
scheme: ReceiverDemo
35
source_directory: DeepLinkKit

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ before_install:
1010
- pod repo update --silent
1111
- pod install
1212
script:
13-
- xcodebuild build test -workspace DeepLinkKit.xcworkspace -scheme ReceiverDemo -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=latest' | xcpretty
13+
- xcodebuild build test -workspace DeepLinkKit.xcworkspace -scheme ReceiverDemo -sdk iphonesimulator -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=latest' -enableCodeCoverage YES | xcpretty
1414
after_success:
1515
- slather

0 commit comments

Comments
 (0)