Last active
March 7, 2018 18:40
-
-
Save apiv/d04d448f1bdc0df85bb63116673a4b19 to your computer and use it in GitHub Desktop.
This file contains 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 | |
sudo: required | |
dist: trusty | |
node_js: | |
- '8' | |
env: | |
- JOB_COUNT=5 JOB_INDEX=0 | |
- JOB_COUNT=5 JOB_INDEX=1 | |
- JOB_COUNT=5 JOB_INDEX=2 | |
- JOB_COUNT=5 JOB_INDEX=3 | |
- JOB_COUNT=5 JOB_INDEX=4 | |
cache: | |
directories: | |
- $HOME/.npm | |
- $HOME/.yarn-cache | |
- node_modules | |
before_install: | |
- npm i -g yarn@"1.1.0" --cache-min 999999999 | |
script: | |
- 'yarn lint' | |
- 'yarn test:ci' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment