mage/.travis.yml
2020-07-22 04:15:09 -05:00

16 lines
346 B
YAML

# faster builds
git:
depth: false
submodules: false
sudo: false
dist: trusty
language: java
before_install:
- 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