Skip to content

Commit

Permalink
Removed AVD creation into TravisCI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Iosue committed May 11, 2017
1 parent 635fe9c commit cd90bda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,24 @@ android:
- tools
- tools
- platform-tools
- build-tools-25.0.0
- android-24
- build-tools-25.0.2
- android-23
#- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
#- addon-google_apis-google-19
- sys-img-armeabi-v7a-android-24
before_script:
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
# - sys-img-armeabi-v7a-android-24
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
#before_script:
# - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
# - emulator -avd test -no-skin -no-audio -no-window &
# - android-wait-for-emulator
# - adb shell input keyevent 82 &

# Build
script: ./gradlew build
script: ./gradlew clean build


2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PACKAGE=it.feio.android.omninotes

MIN_SDK=14
TARGET_SDK=23
BUILD_TOOLS=25.0.0
BUILD_TOOLS=25.0.2

# The following properties are empty defaults to allow build and can EVENTUALLY be overridden to allow:

Expand Down

0 comments on commit cd90bda

Please sign in to comment.