Skip to content

Commit

Permalink
chore(ci): run all browser tests on Travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Mar 3, 2020
1 parent 2711891 commit 42aa70f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 42aa70f

Please sign in to comment.