Skip to content

Commit 4dfd2df

Browse files
committed
chore: test chromium
1 parent 07225df commit 4dfd2df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ os:
1212
- linux
1313
- osx
1414
- windows
15+
before_install:
16+
- if [ $TRAVIS_OS_NAME = linux ]; then choco install chromium -Y; fi
1517
script: npx nyc -s npm run test:node -- --bail
1618
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
1719

0 commit comments

Comments
 (0)