1
0
mirror of synced 2024-11-15 18:53:22 +01:00

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
node_js:
- node
env:
- NODE_ENV=production
cache: npm
addons:
chrome: stable
@ -15,7 +13,7 @@ script:
- grunt test
- grunt test-node
- grunt docs
- grunt node
- NODE_ENV=production grunt node
- grunt prod --msg="$COMPILE_MSG"
- xvfb-run --server-args="-screen 0 1200x800x24" grunt testui
before_deploy: