Skip to content

Instantly share code, notes, and snippets.

@mustafa-travisci
Created March 12, 2020 05:53
Show Gist options
  • Save mustafa-travisci/5b4fd1e1056440432ec247338c7ca231 to your computer and use it in GitHub Desktop.
Save mustafa-travisci/5b4fd1e1056440432ec247338c7ca231 to your computer and use it in GitHub Desktop.
10 concurrent jobs test
language: node_js
node_js:
- '7'
env:
matrix:
- COW_WORD=a
- COW_WORD=v
- COW_WORD=b
- COW_WORD=q
- COW_WORD=w
- COW_WORD=e
- COW_WORD=r
- COW_WORD=t
- COW_WORD=y
- COW_WORD=u
- COW_WORD=n
- COW_WORD=o
script: echo Hello ${COW_WORD} | cowsay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment