mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-06 03:58:00 +08:00
13 lines
150 B
YAML
13 lines
150 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "7"
|
|
- "8"
|
|
- "9"
|
|
- "10"
|
|
- "stable"
|
|
before_script:
|
|
- npm install -g mocha
|
|
script:
|
|
- npm run test
|