chore(ci): run all browser tests on Travis again

This commit is contained in:
Andrey Lushnikov 2020-03-02 19:09:52 -08:00
parent 2711891e04
commit 42aa70fb41

View File

@ -30,11 +30,10 @@ cache:
directories: directories:
- node_modules - node_modules
script: script:
- echo "debug" - 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'