Skip to content

Instantly share code, notes, and snippets.

@michaelavila
Last active August 29, 2015 14:09
Show Gist options
  • Save michaelavila/186b415a76f8040f2cba to your computer and use it in GitHub Desktop.
Save michaelavila/186b415a76f8040f2cba to your computer and use it in GitHub Desktop.
Working Travis-CI config for newly created Swift (iOS) projects
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