diff --git a/.travis.yml b/.travis.yml index 3611d3a..377085e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index b146983..a8b919e 100644 --- a/package.json +++ b/package.json @@ -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",