Browse Source

Add Travis NPM script

pull/587/head
Julian Simioni 9 years ago
parent
commit
55adb7337e
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 1
      package.json

1
package.json

@ -14,6 +14,7 @@
"lint": "jshint .", "lint": "jshint .",
"start": "node index.js", "start": "node index.js",
"test": "npm run unit", "test": "npm run unit",
"travis": "npm test",
"unit": "./bin/units", "unit": "./bin/units",
"validate": "npm ls" "validate": "npm ls"
}, },

Loading…
Cancel
Save