1 Star 0 Fork 4

mirror/material-vue-daterange-picker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
lambert 提交于 2019-01-04 22:28 . ci(ci): add travis config #28
language: node_js
services:
- docker
node_js:
- 10
- 8
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
branches:
only:
- master
- /^greenkeeper.*$/
# Retry install on fail to avoid failing a build on network/disk/external errors
install:
- travis_retry npm install
jobs:
include:
- stage: release
node_js: lts/*
script:
- npm run semantic-release
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/OrganizationStudy/material-vue-daterange-picker.git
git@gitee.com:OrganizationStudy/material-vue-daterange-picker.git
OrganizationStudy
material-vue-daterange-picker
material-vue-daterange-picker
master

搜索帮助