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:
- node_modules
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"
- "xvfb-run --auto-servernum npm run unit"
- "xvfb-run --auto-servernum npm run funit"