Skip to content

Commit

Permalink
Fixed name of avd and cat config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Nov 29, 2019
1 parent c5793d4 commit d286031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ android_integration_task:
start_emulator_background_script:
- sudo chown cirrus:cirrus /dev/kvm
- $ANDROID_HOME/emulator/emulator-headless -version
- $ANDROID_HOME/emulator/emulator-headless -avd Nexus_6P_API_28 -no-audio -no-window -verbose
- $ANDROID_HOME/emulator/emulator-headless -avd $EMULATOR_NAME -no-audio -no-window -verbose
activate_script:
- pub global activate --source path .
wait_for_emulator_script:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
tag.display=Default Android System Image
tag.id=default
vm.heapSize=256
# - cat $HOME/.android/avd/$EMULATOR_NAME.avd/config.ini
- cat $HOME/.android/avd/$EMULATOR_NAME.avd/config.ini

# start emulator
- ${ANDROID_HOME}/emulator/emulator -version
Expand Down

0 comments on commit d286031

Please sign in to comment.