Fix permissions in .travis.yml

This commit is contained in:
daniel oeh 2014-05-18 22:28:05 +02:00
parent 1f4de2489f
commit 81fd465276
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ before_install:
- cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
before_script:
- chmod -R 777 ./ci/wait_for_emulator.sh
- ./ci/wait_for_emulator.sh
script: