More travis

This commit is contained in:
James Agnew 2015-08-05 10:48:34 -04:00
parent 1adda839ed
commit 48bd5e802b
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ cache:
- '$HOME/.m2/repository'
install: /bin/true
before_script:
- export MAVEN_SKIP_RC=true
script:
- export MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx4g"
- mvn -B clean install && cd hapi-fhir-cobertura && mvn -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID -P COBERTURA clean cobertura:cobertura coveralls:report