infiniteluke / travis-spawn-once

πŸ”‚ run a command only once in the travis test matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 --skipPR

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" --skipPR

Contributing

If you’d like to make travis-spawn-once better, please read our guide to contributing.

Contributors
Luke Herrington

License

travis-spawn-once is MIT licensed.

About

πŸ”‚ run a command only once in the travis test matrix

License:MIT License


Languages

Language:JavaScript 84.3%Language:Makefile 15.7%