Skip to content

Commit

Permalink
Updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvora committed Oct 18, 2018
1 parent fb9ef6f commit 2f1afbd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ android:
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-25

# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-25
- sys-img-x86-android-25
- addon-google_apis-google-26

before_install:
- chmod +x gradlew

script:
- ./gradlew test
- ./gradlew app:testDebugUnitTest

0 comments on commit 2f1afbd

Please sign in to comment.