mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-19 00:45:54 +08:00
11 lines
182 B
YAML
11 lines
182 B
YAML
language: node_js
|
|
|
|
node_js: 5.9.1
|
|
|
|
before_script:
|
|
- sudo apt-get install -y chromium-browser xvfb
|
|
- npm install -g grunt-cli bower
|
|
- bower install
|
|
|
|
script: grunt test-ci
|