Skip to content

Commit b7f46ed

Browse files
hugomrdiasjacobheun
authored andcommitted
chore: test chromium 2
1 parent ba1a857 commit b7f46ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ os:
1414
- osx
1515
- windows
1616

17+
before_install:
18+
- if [ $TRAVIS_OS_NAME = windows ]; then choco install chromium -Y; fi
19+
1720
script: npx nyc -s npm run test:node -- --bail
1821
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
1922

0 commit comments

Comments
 (0)