mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-20 16:39:09 +00:00
13 lines
155 B
YAML
13 lines
155 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "11"
|
|
- "10"
|
|
- "8"
|
|
install:
|
|
- npm install
|
|
- npm install codecov
|
|
script:
|
|
- npm test
|
|
- npm run codecov
|