Skip to content

Commit

Permalink
Needed android- here
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 57526ec commit 2118037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android:
- extra-google-m2repository

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

0 comments on commit 2118037

Please sign in to comment.