mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 23:47:19 -05:00
10 lines
91 B
YAML
10 lines
91 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
- "8"
|
|
- "9"
|
|
|
|
sudo: false
|
|
|
|
script:
|
|
- "npm run lint" |