| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | version: ~> 1.0 |
| 2 | language: node_js | ||||
| 3 | os: | ||||
| 4 | - linux | ||||
| 5 | import: | ||||
| 6 | - ljharb/travis-ci:node/all.yml | ||||
| 7 | - ljharb/travis-ci:node/pretest.yml | ||||
| 8 | - ljharb/travis-ci:node/posttest.yml | ||||
| 9 | after_success: | ||||
| 10 | - 'if [ -f coverage/*.json ]; then bash <(curl -s https://codecov.io/bash) -f coverage/*.json; fi' | ||||