222 Star 1.5K Fork 421

minbox-projects / api-boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 826 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
language: java
sudo: false # faster builds
jdk:
- openjdk8
node_js: "10"
cache:
directories:
- $HOME/.m2
- $HOME/.npm
- node_modules
env:
global:
- TRAVIS_WORKER_HARD_TIMEOUT="80m"
- TRAVIS_WORKER_LOG_TIMEOUT="30m"
# Setting Maximum Log Length to 100MB
- TRAVIS_WORKER_MAX_LOG_LENGTH=100000000
before_script:
- npm install
# See details https://github.com/codecov/example-java-maven
script:
- mvn cobertura:cobertura
# Extend the waiting time for executing commands to 30 minutes
install: mvn clean install -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true -Dmaven.test.skip=true
# Report to codecov
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email:
recipients:
- apiboot@minbox.org
on_success: change
on_failure: always
Java
1
https://gitee.com/minbox-projects/api-boot.git
git@gitee.com:minbox-projects/api-boot.git
minbox-projects
api-boot
api-boot
master

搜索帮助

14c37bed 8189591 565d56ea 8189591