mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
13 lines
139 B
YAML
13 lines
139 B
YAML
cache:
|
|
directories:
|
|
- $HOME/.m2
|
|
- $HOME/.kobalt
|
|
|
|
language: java
|
|
|
|
jdk:
|
|
- oraclejdk8
|
|
|
|
install: true
|
|
|
|
script: ./build-travis.sh
|