Created
March 12, 2020 05:53
-
-
Save mustafa-travisci/5b4fd1e1056440432ec247338c7ca231 to your computer and use it in GitHub Desktop.
10 concurrent jobs test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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