Skip to content

Commit

Permalink
chore(ci): add debug info for publish_all_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Mar 3, 2020
1 parent bccdaec commit a40f562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ cache:
directories:
- node_modules
script:
- npm run lint
- echo "debug"
#- npm run lint
#- xvfb-run --auto-servernum npm run ctest
#- xvfb-run --auto-servernum npm run ftest
#- xvfb-run --auto-servernum npm run wtest
Expand Down
2 changes: 1 addition & 1 deletion utils/publish_all_packages.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
set +x
set -x

trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"
Expand Down

0 comments on commit a40f562

Please sign in to comment.