Skip to content

Instantly share code, notes, and snippets.

@apiv
Last active March 7, 2018 18:40
Show Gist options
  • Save apiv/d04d448f1bdc0df85bb63116673a4b19 to your computer and use it in GitHub Desktop.
Save apiv/d04d448f1bdc0df85bb63116673a4b19 to your computer and use it in GitHub Desktop.
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