TheCitadelofRicks/.drone.yml
Seil0 283cc96e48
All checks were successful
continuous-integration/drone/push Build is passing
fixed drone formatting
2019-10-06 12:12:56 +02:00

15 lines
183 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: gradle:jdk11
commands:
- gradle test
- name: test-jdk8
image: gradle:jdk8
commands:
- gradle test