blob: 4f91eefba4a13fda98875a993ae02a4c1e8722e0 [file] [log] [blame]
Christopher Currieb0933a32014-02-17 18:30:46 -08001language: java
2jdk:
3 - openjdk6
4
5# Below this line is configuration for deploying to the Sonatype OSS repo
6# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
7before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
Christopher Currie8ee30972014-03-28 21:17:56 -07008after_success: "mvn deploy --settings target/travis/settings.xml"
Christopher Currieb0933a32014-02-17 18:30:46 -08009
10# whitelist
11branches:
12 only:
13 - master
14 - "2.3"
15
16env:
17 global:
Christopher Currie8ee30972014-03-28 21:17:56 -070018 - secure: "a2T/bJVacCzBKfGW7ycW2aVLxupCUenLpRX6Neh/WLFf5wbIjTtKZpB94sxbVGTKNT+HQmwFynWhz7Dh3251fSZ4lfGcHBnUr5lpq1vo10aMBTJaMpk5vrTLn0AxGESxqOjQQkDhasdLpoXlv1EtVn7HqHLepAr0AIUl41XggfA="
19 - secure: "Gdl5m/gEm4FrCxOVnvCM13dipEhjaL4IXbEL2dsNhxwZ+lqD+8OAwObbPrTLuUZ+KTWctfsNauGTin1bDhi8m/Gh6jm71U+hGuA7/8cqgprZDhdARxG7fSOdr9Syp24JL7h5u5X43+a7m2KiC/iUcErIiVKPBcAisOj286GcFhc="
Christopher Currieb0933a32014-02-17 18:30:46 -080020