Skip to content

Commit

Permalink
chore: test chromium 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored and jacobheun committed Jul 29, 2019
1 parent ba1a857 commit b7f46ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ os:
- osx
- windows

before_install:
- if [ $TRAVIS_OS_NAME = windows ]; then choco install chromium -Y; fi

script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

Expand Down

0 comments on commit b7f46ed

Please sign in to comment.