debug why travis fails

This commit is contained in:
d98762625 2019-03-20 16:30:43 +00:00
parent b48a55bd74
commit 8c48d73b03

View file

@ -1,8 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- node - node
env:
- NODE_ENV=production
cache: npm cache: npm
addons: addons:
chrome: stable chrome: stable
@ -15,7 +13,7 @@ script:
- grunt test - grunt test
- grunt test-node - grunt test-node
- grunt docs - grunt docs
- grunt node - NODE_ENV=production grunt node
- grunt prod --msg="$COMPILE_MSG" - grunt prod --msg="$COMPILE_MSG"
- xvfb-run --server-args="-screen 0 1200x800x24" grunt testui - xvfb-run --server-args="-screen 0 1200x800x24" grunt testui
before_deploy: before_deploy: