Try a build with Android 20 and x86, see if Travis complains

This commit is contained in:
Bradlee Speice 2014-09-12 22:50:21 -04:00
parent 12ff40adb7
commit a4c67575c7

View File

@ -1,4 +1,7 @@
language: android
env:
matrix:
- ANDROID_TARGET=android-20 ANDROID_ABI=x86
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI