Skip to content

Instantly share code, notes, and snippets.

@JonathanPorta
Created April 17, 2015 23:37
Show Gist options
  • Save JonathanPorta/32e5a11515fe1a1ddb9b to your computer and use it in GitHub Desktop.
Save JonathanPorta/32e5a11515fe1a1ddb9b to your computer and use it in GitHub Desktop.
Unity3D Travis-CI Config Example
# Example Travis config. See the entire example: https://github.com/JonathanPorta/ci-build
language: objective-c
osx_image: xcode61
rvm:
- 2.1.2
install:
- ./Scripts/install.sh
script:
- ./Scripts/build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment