Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 45d43aa

Browse files
authored
Enable coverage on travis
1 parent 67d903e commit 45d43aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ before_install:
66
- pod install --repo-update
77
script:
88
- set -o pipefail
9-
- xcodebuild build -workspace MotionAnimator.xcworkspace -scheme MotionAnimatorCatalog -sdk "iphonesimulator10.3" -destination "name=iPhone 6s,OS=10.1" ONLY_ACTIVE_ARCH=YES | xcpretty -c;
9+
- xcodebuild test -workspace MotionAnimator.xcworkspace -scheme MotionAnimatorCatalog -sdk "iphonesimulator10.3" -destination "name=iPhone 6s,OS=10.1" -enableCodeCoverage YES ONLY_ACTIVE_ARCH=YES | xcpretty -c;
1010
after_success:
1111
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)