Skip to content

Instantly share code, notes, and snippets.

@jordanrios94
Created August 8, 2018 13:54
Show Gist options
  • Save jordanrios94/57e094185d757954a59e9529a7bbd966 to your computer and use it in GitHub Desktop.
Save jordanrios94/57e094185d757954a59e9529a7bbd966 to your computer and use it in GitHub Desktop.
Travis Node Tests Example
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