Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougourta committed Jan 15, 2019
2 parents 535cf44 + 26d9afa commit 9632f70
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
sudo: false

language: android
android:
components:
- tools
- build-tools-28.0.3
- android-28
- platform-tools
- extra-android-support
- extra-android-m2repository
licenses:
- '.+'

before_script:
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SmartRecruit

[![Build Status](https://img.shields.io/travis/Yougourta/SmartRecruit/master.svg?style=flat-square)](https://travis-ci.org/Yougourta/SmartRecruit)

0 comments on commit 9632f70

Please sign in to comment.