mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
11 lines
174 B
YAML
11 lines
174 B
YAML
sudo: false
|
|
node_js:
|
|
- "8"
|
|
- "10"
|
|
- "12"
|
|
language: node_js
|
|
before_install: "npm i -g npm@latest"
|
|
install: "npm ci"
|
|
script: "npm run test-ci"
|
|
after_success: "npm run codecov"
|