mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 13:11:32 +00:00
24 lines
556 B
YAML
24 lines
556 B
YAML
language: java
|
|
jdk: [oraclejdk9]
|
|
#dist: trusty
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- ant
|
|
before_install:
|
|
- sudo chmod a+x ./travis/*.sh
|
|
- "./travis/before_install.sh"
|
|
install: "./travis/install.sh"
|
|
script: "source ./travis/script.sh"
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- developers@free-decompiler.com
|
|
on_success: change
|
|
on_failure: always
|
|
after_success: "source ./travis/after_success.sh"
|
|
branches:
|
|
#it is not tagged as nightly
|
|
#commits marked as nightly were already built
|
|
only:
|
|
- /^(?!nightly).*/ |