Skip to content

Instantly share code, notes, and snippets.

@pedrovgs
Created September 20, 2018 13:28
Show Gist options
  • Save pedrovgs/0af49ebbd545fa73c59f1445a2470385 to your computer and use it in GitHub Desktop.
Save pedrovgs/0af49ebbd545fa73c59f1445a2470385 to your computer and use it in GitHub Desktop.
iOS simple Travis CI configuration
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