archiva/.travis.yml
olivier lamy 3c036f325b no openjdk8
Signed-off-by: olivier lamy <olamy@apache.org>
2017-05-11 21:41:17 +10:00

18 lines
295 B
YAML

language: java
jdk:
- oraclejdk8
before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
script: "mvn clean install -B -V -Pit-js -Pci-build"
cache:
directories:
- $HOME/.m2
branches:
except:
- gh-pages
notifications:
email:
- olamy@apache.org