devops(ci): drop debug output from travis.yml

This commit is contained in:
Andrey Lushnikov 2020-01-22 14:57:17 -08:00
parent d7fde0c6e6
commit 0e361c9252

View file

@ -25,7 +25,6 @@ cache:
directories: directories:
- node_modules - node_modules
script: script:
- "pushd .local-webkit/$(ls .local-webkit)/minibrowser-wpe; ls -1 | grep -v pw_run.sh | LD_LIBRARY_PATH=$PWD xargs ldd; popd"
- "npm run build" - "npm run build"
- "xvfb-run --auto-servernum npm run unit" - "xvfb-run --auto-servernum npm run unit"
- "xvfb-run --auto-servernum npm run funit" - "xvfb-run --auto-servernum npm run funit"