Skip to content

Commit

Permalink
Add back tag
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 2118037 commit c629f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
global:
- ADB_INSTALL_TIMEOUT=20
- BUILD_TOOLS_VERSION=26.0.0
- TAG=google_apis
- TARGET_SDK_LEVEL=26

android:
Expand All @@ -35,7 +36,7 @@ android:
- extra-google-m2repository

before_script:
- echo no | android create avd --force --name test --target android-$EMULATOR_SDK_LEVEL --abi $ABI
- echo no | android create avd --force --name test --target android-$EMULATOR_SDK_LEVEL --abi $ABI --tag $TAG
- emulator -avd test -no-audio -no-window &
- ./gradlew check -PdisablePreDex --continue --stacktrace
- android-wait-for-emulator
Expand Down

0 comments on commit c629f52

Please sign in to comment.