archiva/.travis.yml

18 lines
295 B
YAML
Raw Normal View History

2015-09-25 15:18:53 +10:00
language: java
jdk:
- oraclejdk8
2015-10-07 14:43:48 +11: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 15:18:53 +10:00
cache:
directories:
- $HOME/.m2
branches:
except:
- gh-pages
notifications:
email:
- olamy@apache.org