Created
November 12, 2015 18:40
-
-
Save piperswe/858b197fd0f9ad31684b to your computer and use it in GitHub Desktop.
Standard Travis Configuration
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: | |
- "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