mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
Test build on new travis CI
This commit is contained in:
parent
ee0f35a2cd
commit
630f28bdf7
1 changed files with 1 additions and 8 deletions
|
@ -6,11 +6,4 @@ sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: java
|
language: java
|
||||||
before_install:
|
before_install:
|
||||||
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
||||||
# addons:
|
|
||||||
# sonarcloud:
|
|
||||||
# organization: "magefree"
|
|
||||||
# token:
|
|
||||||
# secure: SONAR_TOKEN
|
|
||||||
# script:
|
|
||||||
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
|
|
Loading…
Reference in a new issue