chore: drop Travis coverage reporting

Now reported via GitHub CI action
This commit is contained in:
Nico Rehwaldt 2021-01-22 10:37:01 +01:00 committed by fake-join[bot]
parent ac6b8a6197
commit c4bb57799b

View File

@ -9,8 +9,7 @@ jobs:
before_script:
- ./tasks/wiredeps
script:
- COVERAGE=1 TEST_BROWSERS=Firefox,PhantomJS,ChromeHeadless xvfb-run npm run all
- npx codecov
- TEST_BROWSERS=Firefox,PhantomJS,ChromeHeadless xvfb-run npm run all
- stage: update integration test
script: './tasks/stages/update-integration-test'
- stage: update examples