Last active
May 15, 2017 07:24
-
-
Save tejasrsuthar/5033127874fe8a129cf5f962b99741f8 to your computer and use it in GitHub Desktop.
Travis Build Test Defination
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
{ | |
"name": "myTravisBuildTest", | |
"description": "Your Travis-CI check for JSHint (Code Linting)", | |
"author": "Tejas Suthar", | |
"version": "0.0.1", | |
"devDependencies": { | |
"jshint": "^2.6.0" | |
}, | |
"scripts": { | |
"test": "./node_modules/jshint/bin/jshint travistesting.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment