0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Optimize API levels so all 6 finish fastest w/our 5 slots

This commit is contained in:
Mike Hardy 2018-11-24 15:51:32 -05:00
parent 2524c19b4c
commit a3c2be75f3

View File

@ -19,12 +19,13 @@ env:
- API=16 AUDIO=-no-audio
- API=17
#- API=18 # API18 has started being flaky
- API=19
# API 20 doesn't have an emulator
- API=21
- API=22
#- API=23 EMU_FLAVOR=google_apis # fails consistently but can run local
- API=24
# API16 and API19 are the fastest APIs, Travis runs 5 at a time and we have 6, this is the fastest way to do all 6 APIs
- API=19
#- API=25 EMU_FLAVOR=google_apis # fails consistently but can run local
# API >= 26 don't have arm emulators, and Travis doesn't support x86