mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
9 lines
No EOL
151 B
YAML
9 lines
No EOL
151 B
YAML
# faster builds
|
|
git:
|
|
depth: 3
|
|
submodules: false
|
|
sudo: false
|
|
dist: trusty
|
|
language: java
|
|
before_install:
|
|
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc |