1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00

Attempt to make travis work again.

This is only a workaround.

We need to follow https://github.com/travis-ci/travis-ci/issues/8874#issuecomment-350350607
to know when the workaround will not be needed anymore
This commit is contained in:
Daniele Gobbetti 2018-02-24 15:09:08 +01:00
parent 6ebc763a4c
commit bf729f41b2

View File

@ -30,4 +30,7 @@ android:
#- sys-img-armeabi-v7a-android-19
#- sys-img-x86-android-17
before_install:
- yes | sdkmanager "platforms;android-27"
script: ./gradlew build connectedCheck --stacktrace