Removed linux publish script as they now need to build the app from source

This commit is contained in:
Kylart 2020-04-13 17:38:13 +02:00
parent 380c0d47ad
commit 50201e1542
2 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ jobs:
- npm run lint
- npm run pack
- npm run test
- "[[ $TRAVIS_BRANCH == master ]] && npm run publish:linux || echo \"Skipped Deploy Step\""
notifications:
email: false

View File

@ -22,7 +22,6 @@
"dist:portable": "cross-env NODE_ENV=production npm run build -- --win portable",
"dist:linux": "cross-env NODE_ENV=production npm run build -- --linux",
"publish:mac": "npm run build -- --mac -p always",
"publish:linux": "npm run build -- --linux -p always",
"publish:win": "npm run build -- --win --x64 -p always",
"publish:portable": "npm run build -- --win portable -p always",
"lint": "vue-cli-service lint",