Files
jpexs-decompiler/.travis.yml
Jindra Petřík 1a44c0b891 java 9 in travis
2021-01-01 01:07:47 +01:00

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).*/