Skip to content

Instantly share code, notes, and snippets.

@rayriffy
Created February 21, 2019 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayriffy/7cd2c080f5591534f9061608340bfdb0 to your computer and use it in GitHub Desktop.
Save rayriffy/7cd2c080f5591534f9061608340bfdb0 to your computer and use it in GitHub Desktop.
language: node_js
os: linux
node_js:
- "lts/*"
cache:
yarn: true
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH=$HOME/.yarn/bin:$PATH
script:
- yarn test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment