We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2170244 commit 9ad2972Copy full SHA for 9ad2972
.travis.yml
@@ -2,8 +2,15 @@ language: objective-c
2
osx_image: xcode61
3
rvm:
4
- 2.1.2
5
+before_install:
6
+- chmod a+x ./Travis/installUnity.sh
7
install:
8
- ./Travis/installUnity.sh
9
+before_script:
10
+- chmod a+x ./Travis/createProject.sh
11
+- chmod a+x ./Travis/installSDK.sh
12
+- chmod a+x ./Travis/runTests.sh
13
+- chmod a+x ./Travis/build.sh
14
script:
15
- ./Travis/createProject.sh
16
- ./Travis/installSDK.sh
0 commit comments