Created
March 19, 2020 07:46
-
-
Save georgeben/8b3dfd0b8704ebc8aeaaddd16117a2b8 to your computer and use it in GitHub Desktop.
Travis configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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