mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-07 17:32:25 +08:00
21 lines
185 B
YAML
21 lines
185 B
YAML
|
|
sudo: false
|
||
|
|
|
||
|
|
language: node_js
|
||
|
|
|
||
|
|
node_js:
|
||
|
|
- "4"
|
||
|
|
- "6"
|
||
|
|
- "8"
|
||
|
|
|
||
|
|
install:
|
||
|
|
- make install
|
||
|
|
|
||
|
|
script:
|
||
|
|
- make lint
|
||
|
|
- make test
|
||
|
|
|
||
|
|
matrix:
|
||
|
|
include:
|
||
|
|
- node_js: '8'
|
||
|
|
env: BROWSER=1
|