Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alirp88
Last active May 7, 2017 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alirp88/9591b069860d34cb76ee72872d5a7f15 to your computer and use it in GitHub Desktop.
Save alirp88/9591b069860d34cb76ee72872d5a7f15 to your computer and use it in GitHub Desktop.
osx_image: xcode8.3
language: objective-c
xcode_workspace: TestProject.xcworkspace
xcode_scheme: TestProject
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install
script:
- xcodebuild clean build test -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3' -workspace "TestProject.xcworkspace" -scheme TestProject CODE_SIGNING_REQUIRED=NO | xcpretty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment