Skip to content

Commit

Permalink
Modify circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAkira committed Feb 9, 2016
1 parent 21882ca commit 1ffbda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ dependencies:

test:
pre:
- emulator -avd circleci-android22 -no-skin -no-audio -no-window:
- emulator -avd circleci-android21 -no-skin -no-audio -no-window:
background: true
parallel: true
- circle-android wait-for-boot
override:
- ./gradlew connectedAndroidTest -PdisablePreDex
post:
- cp -R ./library/build/reports/tests/release/* $CIRCLE_ARTIFACTS
- cp -R ./library/build/reports/androidTests/connected/* $CIRCLE_ARTIFACTS

0 comments on commit 1ffbda4

Please sign in to comment.