1.0.3 โ€ข Published 6 years ago

travis-spawn-once v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

travis-spawn-once ยท Travis Documented with emdaer

๐Ÿ”‚ 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.