mirror of
https://github.com/correl/mage.git
synced 2024-11-21 19:18:40 +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
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk11
|
- openjdk11
|
||||||
# - openjdk-ea
|
dist: focal
|
||||||
#matrix:
|
git:
|
||||||
# allow_failures:
|
depth: 3
|
||||||
# - jdk: openjdk-ea
|
submodules: false
|
||||||
before_install:
|
before_install:
|
||||||
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in a new issue