Skip to content

Instantly share code, notes, and snippets.

@tejasrsuthar
Last active May 15, 2017 07:24
Show Gist options
  • Save tejasrsuthar/5033127874fe8a129cf5f962b99741f8 to your computer and use it in GitHub Desktop.
Save tejasrsuthar/5033127874fe8a129cf5f962b99741f8 to your computer and use it in GitHub Desktop.
Travis Build Test Defination
{
"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