Skip to content

Commit 0e7f21b

Browse files
committed
talk about test pilot in build docs
1 parent 341d78f commit 0e7f21b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PUBLISHING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This can be checked in the .travis.yml file and appveyor.yml file. Within these
1919
7. Switch to node v0.10 and npm 3
2020
8. Ensure you have node 0.12 and npm@2 loaded `rm -rf node_modules && npm install`
2121
9. Publish to npm. BUT NOT YET. Builds can an hour and occasionally fail (mainly on Appveyor) for seemingly no reason. Restart any failures in the travis or appeveyor ui. While you wait, copy the changelog updates into the Github release field. When the entire matrix succeeds and all binaries exist run `npm publish`.
22+
10. Kick off the build matrix for either the master or beta branch on [serialport-test-pilot](https://travis-ci.org/j5js/serialport-test-pilot). It will install serialport from npm on a wide range of systems.
23+
2224

2325
Differences for beta release
2426
* Tag like: `git tag 2.0.7-beta1 -a` and include the change log in the tag's annotation.

0 commit comments

Comments
 (0)