Skip to content

Commit 13b8169

Browse files
committed
chore: test chromium 2
1 parent 4dfd2df commit 13b8169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ os:
1313
- osx
1414
- windows
1515
before_install:
16-
- if [ $TRAVIS_OS_NAME = linux ]; then choco install chromium -Y; fi
16+
- if [ $TRAVIS_OS_NAME = windows ]; then choco install chromium -Y; fi
1717
script: npx nyc -s npm run test:node -- --bail
1818
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
1919

0 commit comments

Comments
 (0)