Skip to content

Instantly share code, notes, and snippets.

@raphaelmor
Created July 22, 2014 16:57
Show Gist options
  • Save raphaelmor/da53787731c3227a8a5d to your computer and use it in GitHub Desktop.
Save raphaelmor/da53787731c3227a8a5d to your computer and use it in GitHub Desktop.
Final 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-Coverage -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
before_install:
- sudo easy_install cpp-coveralls
after_success:
- ./coveralls.rb --extension m --exclude-folder MZTDTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment