Skip to content

Instantly share code, notes, and snippets.

@georgeben
Created March 19, 2020 07:46
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 georgeben/8b3dfd0b8704ebc8aeaaddd16117a2b8 to your computer and use it in GitHub Desktop.
Save georgeben/8b3dfd0b8704ebc8aeaaddd16117a2b8 to your computer and use it in GitHub Desktop.
Travis configuration
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
install:
- npm install
services:
- redis-server
after_success:
- npm run coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment