Skip to content

Instantly share code, notes, and snippets.

@stared
Last active February 26, 2020 21:19
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 stared/2b62f01c247fe816b3792c21e9791fb4 to your computer and use it in GitHub Desktop.
Save stared/2b62f01c247fe816b3792c21e9791fb4 to your computer and use it in GitHub Desktop.
language: node_js
node_js: node
before_script:
- npm install -g typescript
- npm install codecov -g
script:
- yarn lint
- yarn build
- yarn test
- yarn build-docs
after_success:
- codecov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment