Skip to content

Commit 4984a81

Browse files
Dimitar TodorovDimitar Todorov
authored andcommitted
fix: capabilities name for android device
1 parent 04cae3b commit 4984a81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ matrix:
7070
before_install: nvm install 8
7171
script:
7272
- cd src && npm run build
73-
- cd ../demo && npm i && tns build android --bundle --env.uglify
73+
- cd ../demo && npm i && tns build android --bundle --env.uglify --env.snapshot
7474
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE/$ANDROID_PACKAGE_JS?overwrite=true --data-binary @$ANDROID_PACKAGE_FOLDER_JS/app-debug.apk"
7575
- language: android
7676
os: linux
@@ -81,7 +81,7 @@ matrix:
8181
before_install: nvm install 8
8282
script:
8383
- cd src && npm run build
84-
- cd ../demo-vue && npm i && tns build android --bundle --env.uglify --env.snapshot
84+
- cd ../demo-vue && npm i && tns build android --bundle --env.uglify
8585
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE/$ANDROID_PACKAGE_VUE?overwrite=true --data-binary @$ANDROID_PACKAGE_FOLDER_VUE/app-debug.apk"
8686
- language: android
8787
os: linux

demo-vue/e2e/config/appium.capabilities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"android24": {
1717
"platformName": "Android",
1818
"platformVersion": "7.0",
19-
"deviceName": "Android_GoogleAPI_Emulator",
19+
"deviceName": "Android GoogleAPI Emulator",
2020
"appiumVersion": "1.9.1",
2121
"noReset": true,
2222
"lt": 60000,

0 commit comments

Comments
 (0)