mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
10 lines
175 B
YAML
10 lines
175 B
YAML
sudo: false
|
|
node_js:
|
|
- "4"
|
|
- "5"
|
|
- "6"
|
|
- "7"
|
|
language: node_js
|
|
before_script: "npm i npm@latest -g"
|
|
script: "npm run test-generate-coverage"
|
|
after_success: "npm run coveralls" |