mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-04 02:20:26 -05:00 
			
		
		
		
	Test against API v19
API 21 is taking forever to start up...
This commit is contained in:
		@ -2,15 +2,15 @@ language: android
 | 
				
			|||||||
android:
 | 
					android:
 | 
				
			||||||
  components:
 | 
					  components:
 | 
				
			||||||
    - build-tools-21.0.2
 | 
					    - build-tools-21.0.2
 | 
				
			||||||
    - sys-img-x86-android-21
 | 
					    - sys-img-x86-android-19
 | 
				
			||||||
    - android-21
 | 
					    - android-19
 | 
				
			||||||
    - extra-android-support
 | 
					    - extra-android-support
 | 
				
			||||||
    - extra-google-m2repository
 | 
					    - extra-google-m2repository
 | 
				
			||||||
    - extra-android-m2repository
 | 
					    - extra-android-m2repository
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  matrix:
 | 
					  matrix:
 | 
				
			||||||
    - ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
 | 
					    - ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=x86
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_install:
 | 
					before_install:
 | 
				
			||||||
  - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
 | 
					  - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user