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:
- node_modules
script:
- 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
- npm run lint
- 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'