Skip to content

Instantly share code, notes, and snippets.

@fabiothiroki
Created October 24, 2017 01:39
Show Gist options
  • Save fabiothiroki/8718a98b1f32728ec83e5b58649f7fe5 to your computer and use it in GitHub Desktop.
Save fabiothiroki/8718a98b1f32728ec83e5b58649f7fe5 to your computer and use it in GitHub Desktop.
Travis yml finally
osx_image: xcode9
language: objective-c
cache:
- bundler
- cocoapods
script:
- xcodebuild clean test -quiet -workspace Foursquare\ Clone.xcworkspace -scheme Foursquare\ Clone -destination 'platform=iOS Simulator,name=iPhone 5s'
- bundle exec danger
after_success:
- bash <(curl -s https://codecov.io/bash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment