chore(ci): re-enable browser tests on travis

This commit is contained in:
Andrey Lushnikov 2020-02-28 16:25:57 -08:00
parent b20b323106
commit eeceda4044

View file

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