Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active January 20, 2019 00:05
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 miguelmota/eb9fae2dbef6fadc58efdfb8a28dc2ac to your computer and use it in GitHub Desktop.
Save miguelmota/eb9fae2dbef6fadc58efdfb8a28dc2ac to your computer and use it in GitHub Desktop.
Travis CI Node.js
sudo: false
language: node_js
node_js:
- "10"
before_script:
- npm install
script:
- npm test
after_success:
- npm run coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment