Skip to content

Instantly share code, notes, and snippets.

@raphaelmor
Last active August 29, 2015 14:04
Show Gist options
  • Save raphaelmor/f052c96642f526b53205 to your computer and use it in GitHub Desktop.
Save raphaelmor/f052c96642f526b53205 to your computer and use it in GitHub Desktop.
Basic Travis Configuration File
language: objective-c
before_script:
- export LANG=en_US.UTF-8
script:
- xctool -workspace MZTD.xcworkspace -scheme MZTD -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xctool test -workspace MZTD.xcworkspace -scheme MZTD -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment