blob: 6ecc0289b73ab88a2cc68d903de645fbe4eb2a13 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001version: ~> 1.0
2language: node_js
3os:
4 - linux
5import:
6 - ljharb/travis-ci:node/all.yml
7 - ljharb/travis-ci:node/pretest.yml
8 - ljharb/travis-ci:node/posttest.yml
9after_success:
10 - 'if [ -f coverage/*.json ]; then bash <(curl -s https://codecov.io/bash) -f coverage/*.json; fi'