archiva/.travis.yml

18 lines
295 B
YAML
Raw Normal View History

2015-09-25 01:18:53 -04:00
language: java
jdk:
- oraclejdk8
2015-10-06 23:43:48 -04:00
before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
script: "mvn clean install -B -V -Pit-js -Pci-build"
2015-09-25 01:18:53 -04:00
cache:
directories:
- $HOME/.m2
branches:
except:
- gh-pages
notifications:
email:
- olamy@apache.org