1 Star 0 Fork 12

Charlies Jiang/Day.js

forked from Gitee 极速下载/Day.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: node_js
cache:
directories:
- ~/.npm
- node_modules
node_js:
- '10'
- '8'
- '6'
install:
- npm install -g codecov
- npm install
script:
- npm run lint
- npm test
- codecov
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
npx travis-deploy-once && npm run build && npm run babel && npm install -g @semantic-release/changelog @semantic-release/git semantic-release && semantic-release && npm run test:sauce;
fi
branches:
except:
- /^v\d+\.\d+\.\d+$/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chaojunjiang/Day.js.git
git@gitee.com:chaojunjiang/Day.js.git
chaojunjiang
Day.js
Day.js
master

搜索帮助