Files
jpexs-decompiler/.travis.yml
T
2018-01-13 20:01:24 +01:00

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