Created
September 20, 2018 13:28
-
-
Save pedrovgs/0af49ebbd545fa73c59f1445a2470385 to your computer and use it in GitHub Desktop.
iOS simple Travis CI configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: objective-c | |
osx_image: xcode9.4 | |
before_install: | |
- gem install cocoapods | |
- pod repo update --silent | |
- gem install xcpretty | |
script: | |
- set -o pipefail && xcodebuild -workspace KataLogInLogOutSwift.xcworkspace -scheme 'KataLogInLogOutSwift' -destination 'platform=iOS Simulator,name=iPhone 6s Plus' build test CODE_SIGN_IDENTITY=- | xcpretty -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment