From a051aace376492a48c10615106dda222a7136300 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Thu, 1 Nov 2018 21:16:16 +0000 Subject: new fancy webpack stuff --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3