summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbananaappletw2017-02-15 18:14:58 +0800
committerbananaappletw2017-02-15 19:11:53 +0800
commit4198d0d56060117e0806389f26eed4e65c4d37a6 (patch)
treeae379e6a4c59330080e9d4ee7394aa60508ef9f6 /package.json
parente19712321fc9358429d5f2a67fb1e5556d08bbba (diff)
Add travis ci
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index d5e8e55c..ad629d1a 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"main": "app.js",
"license": "MIT",
"scripts": {
+ "test": "make lint",
"dev": "webpack --config webpack.config.js --progress --colors --watch",
"build": "webpack --config webpack.production.js --progress --colors",
"postinstall": "bin/heroku",
@@ -150,6 +151,7 @@
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"ejs-loader": "^0.3.0",
+ "eslint": "^3.15.0",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",