chore(ci): test if travis can publish packages

This commit is contained in:
Andrey Lushnikov 2020-03-02 18:17:52 -08:00
parent 62e2570e67
commit ed2de2c2cb

View file

@ -31,9 +31,9 @@ cache:
- node_modules
script:
- npm run lint
- xvfb-run --auto-servernum npm run ctest
- xvfb-run --auto-servernum npm run ftest
- xvfb-run --auto-servernum npm run wtest
#- xvfb-run --auto-servernum npm run ctest
#- xvfb-run --auto-servernum npm run ftest
#- xvfb-run --auto-servernum npm run wtest
jobs:
include:
- node_js: '12'