diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-05-18 22:28:05 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-05-18 22:28:05 +0200 |
commit | 81fd465276cb9369fa7e82830e97b747d61b4f7e (patch) | |
tree | c88c98db57cd561a3574d0647416ff02963df2df | |
parent | 1f4de2489ff49b13a9b0e731cd0f66af2330e9cf (diff) | |
download | AntennaPod-81fd465276cb9369fa7e82830e97b747d61b4f7e.zip |
Fix permissions in .travis.yml
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 244506702..6677e0cd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |