Skip to content

Commit 9ad2972

Browse files
committed
chmod on all scripts to test permissions on travis build
1 parent 2170244 commit 9ad2972

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ language: objective-c
22
osx_image: xcode61
33
rvm:
44
- 2.1.2
5+
before_install:
6+
- chmod a+x ./Travis/installUnity.sh
57
install:
68
- ./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
714
script:
815
- ./Travis/createProject.sh
916
- ./Travis/installSDK.sh

0 commit comments

Comments
 (0)