Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 930014e

Browse files
committed
Only build project don't test it.
1 parent e49b4c4 commit 930014e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ before_install: cd Example && pod install && cd -
99
install:
1010
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1111
script:
12-
- set -o pipefail && xcodebuild test -workspace Example/WPMediaPicker.xcworkspace -scheme WPMediaPicker -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
12+
- set -o pipefail && xcodebuild build -workspace Example/WPMediaPicker.xcworkspace -scheme WPMediaPicker -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
99
:path: ../
1010

1111
SPEC CHECKSUMS:
12-
WPMediaPicker: da81dcc34c87bc3d063074a22150236417a54929
12+
WPMediaPicker: 88313ae896ca6af54ce98647c42b03d954fb3f9a
1313

1414
COCOAPODS: 0.35.0

0 commit comments

Comments
 (0)