mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
13 lines
165 B
YAML
13 lines
165 B
YAML
#cache:
|
|
# directories:
|
|
# - $HOME/.m2
|
|
# - $HOME/.kobalt
|
|
|
|
language: java
|
|
|
|
jdk:
|
|
- oraclejdk8
|
|
|
|
install: true
|
|
|
|
script: ./build-travis.sh assemble test --log 2
|