openrocket/.travis.yml
2020-04-24 18:14:32 -07:00

21 lines
293 B
YAML

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