From 63f5af1b388e59ddc95e227806de1f97e071505b Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sat, 24 Jan 2015 23:39:50 +0100 Subject: [PATCH] =?UTF-8?q?Berechtigungen=20f=C3=BCr=20gradle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 50982ac..657d99a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,4 @@ -language: android \ No newline at end of file +language: android + +before_install: + - chmod +x gradlew \ No newline at end of file