Skip to content

Commit 36267bb

Browse files
hugomrdiasjacobheun
authored andcommitted
chore: test chromium 2
1 parent 138e51a commit 36267bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
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)