UNPKG
siwi-tree
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
无限级分类 生成菜单
github.com/siwilizhao/siwi-tree
siwilizhao/siwi-tree
siwi-tree
/
.travis.yml
13 lines
(10 loc)
•
236 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js node_js: -
'8'
before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1 -
export
PATH=
"
$HOME
/.yarn/bin:
$PATH
"
- yarn add -D mocha chai cache: yarn:
true
script: npm run mocha