Skip to content

Commit

Permalink
chore: Added .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
segunfamisa committed Aug 17, 2016
1 parent 1e74583 commit 51a3785
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
language: android
android:
components:
- build-tools-24.0.1
- android-24
- extra-google-google_play_services
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository

before_script:
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82

branches:
except:
- gh-pages

notifications:
email: false

sudo: false

cache:
directories:
- $HOME/.m2

0 comments on commit 51a3785

Please sign in to comment.