openrocket/.travis.yml

19 lines
263 B
YAML
Raw Normal View History

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