mirror of
				https://github.com/MinimalBible/MinimalBible-Legacy
				synced 2025-11-03 18:00:34 -05:00 
			
		
		
		
	Try again on updating the Travis build tools
This commit is contained in:
		@ -1,9 +1,12 @@
 | 
			
		||||
language: android
 | 
			
		||||
env:
 | 
			
		||||
  components:
 | 
			
		||||
    - build-tools-20.0.0
 | 
			
		||||
  matrix:
 | 
			
		||||
    - ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
 | 
			
		||||
 | 
			
		||||
android:
 | 
			
		||||
  components:
 | 
			
		||||
    - build-tools-20.0.0
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
  - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
 | 
			
		||||
  - emulator -avd test -no-skin -no-audio -no-window &
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user