travis: default script

This commit is contained in:
Oleg Agafonov 2023-10-15 16:33:56 +04:00
parent 6e6ecfb339
commit 055bb65068

View file

@ -7,6 +7,8 @@ git:
submodules: false
before_install:
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
script:
- mvn test -B
cache:
directories:
- $HOME/.m2