mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +00:00
debug why travis fails
This commit is contained in:
parent
b48a55bd74
commit
8c48d73b03
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue