travis-spawn-once
v1.0.3
Published
๐ run a command only once in the travis test matrix
Downloads
2
Maintainers
Readme
travis-spawn-once ยท
๐ run a command only once in the travis test matrix
Table of Contents
Usage
language: node_js
node_js:
- 8.9
- 9
...
after_success:
- travis-spawn-once .travis/after_success.sh
Options
๐ run a command only once in the travis test matrix
Usage
$ travis-spawn-once "<command> <args>" --<opt>
Options
--ghTokenName, -g The name of the environment variable holding the GitHub token
--skipPR, -s Skip the command on a PR build
--buildLeaderId, -b Build leader id
--travisPro, -p Indicate that you're using Travis Pro
Examples
$ travis-spawn-once "yarn deploy" --skip-pr
Contributing
If youโd like to make travis-spawn-once better, please read our guide to contributing.
License
travis-spawn-once is MIT licensed.