aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
author1024x22018-11-01 21:16:16 +0000
committer1024x22018-11-01 21:16:16 +0000
commita051aace376492a48c10615106dda222a7136300 (patch)
tree019fa86518eedba4484744493a4bb4067356f2be /.travis.yml
parent583e13ca1fbe80fd0402fa49bcdd8d0e5df3a065 (diff)
new fancy webpack stuff
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e8f89db..5e2c573 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
language: node_js
-node_js: "node"
-install: npm install eslint --no-save
-script: ./node_modules/.bin/eslint . \ No newline at end of file
+script:
+ - npm run test
+ - npm run build
+ - npm run build-install
+env:
+ - NODE_ENV=production