archiva-redback-core/.travis.yml

17 lines
210 B
YAML
Raw Normal View History

2015-09-25 01:26:43 -04:00
language: java
dist: bionic
2015-09-25 01:26:43 -04:00
jdk:
- openjdk8
2015-09-25 01:26:43 -04:00
script: "mvn clean install"
cache:
directories:
- $HOME/.m2
branches:
except:
- gh-pages
notifications:
email:
- olamy@apache.org