File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments