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

Commit f56f8a7

Browse files
author
Jeff Verkoeyen
committed
Run tests on Travis.
1 parent 3f9405e commit f56f8a7

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 MotionInterchange.xcworkspace -scheme MotionInterchangeCatalog -sdk "iphonesimulator10.3" -destination "name=iPhone 6s,OS=10.1" ONLY_ACTIVE_ARCH=YES | xcpretty -c;
9+
- xcodebuild test -workspace MotionInterchange.xcworkspace -scheme MotionInterchangeCatalog -sdk "iphonesimulator10.3" -destination "name=iPhone 6s,OS=10.1" ONLY_ACTIVE_ARCH=YES | xcpretty -c;
1010
after_success:
1111
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)