1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-01-15 11:07:08 +00:00
mage/.travis.yml
2021-09-17 22:57:49 +04:00

12 lines
No EOL
189 B
YAML

# faster builds
git:
depth: 3
submodules: false
sudo: false
dist: trusty
language: java
before_install:
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
cache:
directories:
- $HOME/.m2