openrocket/.travis.yml
2023-11-20 01:32:42 +01:00

19 lines
263 B
YAML

language: java
dist: bionic
sudo: false
addons:
apt:
packages:
- ant
- ant-optional
jdk:
- openjdk17
- oraclejdk17
script:
- "ant -buildfile build.xml clean check jar unittest"
notifications:
webhooks: https://www.travisbuddy.com/