Initial commit for the re-code

This commit is contained in:
DjBushido
2014-07-04 21:16:52 -04:00
commit 0c383c088a
715 changed files with 10847 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: android
env:
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 &
before_script:
- ./wait_for_emulator
- adb shell input keyevent 82 &