mage/.travis.yml

17 lines
346 B
YAML
Raw Normal View History

2020-07-22 09:00:36 +00:00
# faster builds
2020-07-22 09:15:09 +00:00
git:
depth: false
submodules: false
2020-07-22 09:00:36 +00:00
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