Last active
August 29, 2015 14:09
-
-
Save michaelavila/186b415a76f8040f2cba to your computer and use it in GitHub Desktop.
Working Travis-CI config for newly created Swift (iOS) projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: objective-c | |
osx_image: xcode61 | |
script: | |
- xctool test -project Project.xcodeproj -scheme Project -sdk iphonesimulator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment