mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 22:01:16 +00:00
Remove ARMv7 from Travis.
This commit is contained in:
parent
59d92913ec
commit
a54dd079ae
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ android:
|
|||
env:
|
||||
matrix:
|
||||
- ANDROID_SDKS=android-8 ANDROID_TARGET=android-8 ANDROID_ABI=armeabi
|
||||
- ANDROID_SDKS=android-16 ANDROID_TARGET=android-16 ANDROID_ABI=armeabi-v7a
|
||||
- ANDROID_SDKS=android-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86
|
||||
|
||||
script: "./gradlew build"
|
||||
|
|
Loading…
Reference in a new issue