Skip to content

Commit

Permalink
Only build project don't test it.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Jan 5, 2015
1 parent e49b4c4 commit 930014e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ before_install: cd Example && pod install && cd -
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Example/WPMediaPicker.xcworkspace -scheme WPMediaPicker -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- set -o pipefail && xcodebuild build -workspace Example/WPMediaPicker.xcworkspace -scheme WPMediaPicker -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
WPMediaPicker: da81dcc34c87bc3d063074a22150236417a54929
WPMediaPicker: 88313ae896ca6af54ce98647c42b03d954fb3f9a

COCOAPODS: 0.35.0

0 comments on commit 930014e

Please sign in to comment.