Created
August 8, 2018 13:54
-
-
Save jordanrios94/57e094185d757954a59e9529a7bbd966 to your computer and use it in GitHub Desktop.
Travis Node Tests Example
This file contains 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: | |
- "node" | |
env: | |
- NODE_ENV=TEST | |
before_script: | |
- npm install | |
script: | |
- npm run test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment