Skip to content

Commit

Permalink
Try to fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Jul 17, 2023
1 parent c2b82de commit 97114c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 97114c9

Please sign in to comment.