From eeceda404444ec834880109e34093dffd04a2925 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 28 Feb 2020 16:25:57 -0800 Subject: [PATCH] chore(ci): re-enable browser tests on travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7aa1eca562..2b7217cd07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'