mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
8 lines
148 B
YAML
8 lines
148 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- stable
|
|
- "0.10"
|
|
- "0.8"
|
|
before_install: if [[ `npm --version` != 3* ]]; then npm install -g npm; fi;
|