Skip to content

Instantly share code, notes, and snippets.

@raphaelmor
Created July 22, 2014 16:50
Show Gist options
  • Save raphaelmor/5b545aa9c0c04df6e2f0 to your computer and use it in GitHub Desktop.
Save raphaelmor/5b545aa9c0c04df6e2f0 to your computer and use it in GitHub Desktop.
Travis Configuration File for Code Coverage
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-Coverage -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment