diff --git a/.travis.yml b/.travis.yml index 21e9a4c96..22e540890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,16 @@ language: node_js node_js: - - "16" + - "18" cache: npm +install: npm ci script: - npm run test:ci env: - MOZ_HEADLESS=1 + global: + - COVERALLS_PARALLEL=true addons: chrome: stable firefox: latest +notifications: + webhooks: https://coveralls.io/webhook