Skip to content

Commit 35a5cfa

Browse files
committed
Remove postpublish CI trigger
Testing prebuilts after release on electron was helpful in the early days of using `prebuild`. For now this doesn't add any value, so let's remove it.
1 parent e2bcb30 commit 35a5cfa

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"install": "node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)",
3030
"prebuild": "prebuild --all --strip",
3131
"build:docs": "jsdoc -R README.md -d docs lib/*.js",
32-
"postpublish": "./scripts/trigger_travis_build.sh",
3332
"test": "mocha --expose-gc --slow 300",
3433
"test:electron": "electron-mocha --slow 300",
3534
"precoverage": "nyc npm run test",

scripts/trigger_travis_build.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)