Work around travis API 27 SDK checksum mismatch

See https://github.com/travis-ci/travis-ci/issues/8874.
This commit is contained in:
Fredrik Fornwall
2018-01-01 23:16:43 +01:00
parent 40a2775f52
commit 186b49d429

View File

@@ -19,6 +19,7 @@ android:
before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk
- export ANDROID_NDK_HOME=$HOME/android-ndk
- yes | sdkmanager "platforms;android-27"
script:
- ./gradlew testDebugUnitTest