1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Enforce execution permissions for script waiting for Android emulator

This commit is contained in:
David A. Velasco 2014-04-16 19:08:15 +02:00
parent dfa5e61f5e
commit 01061bf58e

View File

@ -11,6 +11,7 @@ before_install:
- rm pom.xml
- android update project -p .
before_script:
- chmod +x ./wait_for_emulator.sh
- ./wait_for_emulator.sh
script:
- ant clean