1 Star 0 Fork 3

勤劳的灰色记忆 / hapi-fhir

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 954 Bytes
一键复制 编辑 原始数据 按行查看 历史
jamesagnew 提交于 2018-03-30 08:54 . Bump to JDK8
# Use docker-based build environment (instead of openvz)
#sudo: false
#dist: trusty
# Use VM based build environment
sudo: required
language: java
jdk:
- oraclejdk8
env:
global:
- MAVEN_OPTS="-Xmx1024m"
cache:
directories:
- '$HOME/.m2/repository'
install: /bin/true
# This seems to be required to get travis to set Xmx4g, per https://github.com/travis-ci/travis-ci/issues/3893
before_script:
- export MAVEN_SKIP_RC=true
script:
# - mvn -e -B clean install && cd hapi-fhir-ra && mvn -e -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID clean test jacoco:report coveralls:report
# - mvn -Dci=true -e -B -P ALLMODULES,NOPARALLEL,ERRORPRONE clean install && cd hapi-fhir-jacoco && mvn -e -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID jacoco:report coveralls:report
- mvn -Dci=true -e -B -P ALLMODULES,REDUCED_JPA_TESTS,ERRORPRONE_JDK8,JACOCO clean install && cd hapi-fhir-jacoco && mvn -e -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID jacoco:report coveralls:report
1
https://gitee.com/huangranrumeng/hapi-fhir.git
git@gitee.com:huangranrumeng/hapi-fhir.git
huangranrumeng
hapi-fhir
hapi-fhir
master

搜索帮助