7 lines
95 B
YAML
7 lines
95 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
- openjdk8
|
|
install: make travis-install
|
|
script: make test
|