Skip to content

Instantly share code, notes, and snippets.

@nandunbandara
Created January 26, 2018 23:39
Show Gist options
  • Save nandunbandara/4917639c71848f79e7cd6a4bb4ed3dc4 to your computer and use it in GitHub Desktop.
Save nandunbandara/4917639c71848f79e7cd6a4bb4ed3dc4 to your computer and use it in GitHub Desktop.
Travis-CI configurations for a NodeJS application
language: node_js
node_js:
- "7"
before_script:
- npm install
script: npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment