Ai
1 Star 0 Fork 0

CodeLeader/bootstrap-table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
文翼 提交于 2020-07-11 22:22 +08:00 . Update travis
stages:
- test
- deploy
jobs:
include:
- stage: test
language: node_js
node_js:
- 12
name: "Lint src and check docs"
script:
- cd tools
- git clone --depth=1 https://github.com/wenzhixin/bootstrap-table-examples
- npm run pre-commit
if: branch != master AND type = pull_request
- stage: deploy
name: "Deploy docs"
language: ruby
rvm:
- 2.4.1
before_install:
- nvm install 12
script: ./deploy.sh
if: branch = master AND type = push
cache: bundler
env:
global:
- ENCRYPTION_LABEL: "5453d0fdf68a"
- COMMIT_AUTHOR_EMAIL: "wenzhixin2010@gmail.com"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CodeLeader/bootstrap-table.git
git@gitee.com:CodeLeader/bootstrap-table.git
CodeLeader
bootstrap-table
bootstrap-table
develop

搜索帮助