mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-23 04:11:06 +07:00
15 lines
167 B
YAML
15 lines
167 B
YAML
|
language: node_js
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
node_js:
|
||
|
- '11'
|
||
|
- '10'
|
||
|
- '9'
|
||
|
- '8'
|
||
|
- '7'
|
||
|
- '6'
|
||
|
|
||
|
after_success:
|
||
|
- ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/*.json
|