Skip to content

Commit

Permalink
fixing travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Chiappini committed Nov 6, 2015
1 parent b7edf6f commit 914d109
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ before_install:
- export ANDROID_HOME=/usr/local/android-sdk
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}
- echo "sdk.dir=$ANDROID_HOME" > local.properties
before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- adb wait-for-device
- adb shell input keyevent 82 &

script:
- ./gradlew :londonWeather:clean :londonWeather:testDebugUnitTest :londonWeather:connectedAndroidTest
- ./gradlew :londonWeather:clean :londonWeather:test

0 comments on commit 914d109

Please sign in to comment.