Skip to content

Commit

Permalink
Work around travis API 27 SDK checksum mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jan 1, 2018
1 parent 40a2775 commit 186b49d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 186b49d

Please sign in to comment.