mirror of
https://github.com/debug-js/debug.git
synced 2026-02-01 17:20:44 +00:00
16 lines
131 B
YAML
16 lines
131 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm test
|