mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 18:50:48 +00:00
19 lines
489 B
YAML
19 lines
489 B
YAML
language: java
|
|
jdk: [oraclejdk8]
|
|
before_install:
|
|
- sudo chmod a+x ./travis/*.sh
|
|
- "./travis/before_install.sh"
|
|
install: "./travis/install.sh"
|
|
script: "source ./travis/script.sh"
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- [email protected]
|
|
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).*/ |