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
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'