mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
8 lines
139 B
YAML
8 lines
139 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '8'
|
|
before_install:
|
|
- npm i -g eslint eslint-config-aqua eslint-plugin-json
|
|
install: npm test
|