mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
Build: clean travis config
This commit is contained in:
parent
9abaa75bd4
commit
6bc79ac1c0
1 changed files with 4 additions and 10 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,16 +1,10 @@
|
|||
# faster builds
|
||||
git:
|
||||
depth: 3
|
||||
submodules: false
|
||||
sudo: false
|
||||
dist: focal
|
||||
language: java
|
||||
jdk:
|
||||
- openjdk11
|
||||
# - openjdk-ea
|
||||
#matrix:
|
||||
# allow_failures:
|
||||
# - jdk: openjdk-ea
|
||||
dist: focal
|
||||
git:
|
||||
depth: 3
|
||||
submodules: false
|
||||
before_install:
|
||||
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue