plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c56e0f41a535aeb6fe87bd551ebb18a9e090e5f8
parent d0e60926196ad21372556c60e4c1e91c496cdc68
Author: gstraube <gstraube@mailbox.org>
Date:   Fri, 11 Aug 2017 18:57:06 +0200

Wait longer for Gradle task to finish

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -34,4 +34,4 @@ before_script: notifications: email: false script: - - ./gradlew build connectedCheck --debug + - travis_wait 30 ./gradlew build connectedCheck