Skip to content

Instantly share code, notes, and snippets.

@piperswe
Created November 12, 2015 18:40
Show Gist options
  • Save piperswe/858b197fd0f9ad31684b to your computer and use it in GitHub Desktop.
Save piperswe/858b197fd0f9ad31684b to your computer and use it in GitHub Desktop.
Standard Travis Configuration
language: node_js
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "iojs"
before_script:
- npm install -g standard
script:
- standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment