Created
April 17, 2015 23:37
-
-
Save JonathanPorta/32e5a11515fe1a1ddb9b to your computer and use it in GitHub Desktop.
Unity3D Travis-CI Config Example
This file contains 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
# 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