公告板
版本库
filestore
活动
搜索
登录
promotion
/
promotion_html
终端推广前端框架
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
tt
tom
2024-08-01
e6c265b5e37ce1df1eb96cc95164d7e9577f2edf
[promotion/promotion_html.git]
/
js
/
vue
/
axios
/
node_modules
/
debug
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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