blob: b03c44b3f096de1e211afbf9e26c6617af3fc822 [file] [log] [blame]
Christopher Currie7d0445b2014-02-17 21:03:27 -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 Currie223ceda2014-03-28 21:47:17 -07008after_success: "mvn deploy --settings target/travis/settings.xml"
Christopher Currie7d0445b2014-02-17 21:03:27 -08009
10# whitelist
11branches:
12 only:
13 - master
14 - "2.3"
15
16env:
17 global:
Christopher Currie223ceda2014-03-28 21:47:17 -070018 - secure: "ZIFMeNzZCvLYWICiUyHFSm8Ypz6lYFbF/+LGz6a+Sh8B9tSnvYvlrE4gSFJj3NzRWY0RG/vizoyFEpVgxOnzXDMLuuy/dreupnHR1FfVmiaiceK4JHRwAzl0lQzr2hdVwJbqpX0GfrxKmbg8Jvv9WPKtfM6X4167ElVj4O/8IRc="
19 - secure: "VOC/J8eFbM2OeysBp0Gx0G73MySRATCoN7hc9Ok0kJXE/dbE/2KOoFlTwwxUgErwJXkjJKKXafYcbq/22S7wkaoDW5XAvplSu3skxdE0NRGVzozcDMXO5UoGlt9Ti4XIBMCvy7bB/NO+J5IgNedCtcNnBsrGZCdodW3DTYtqQLs="
Christopher Currie7d0445b2014-02-17 21:03:27 -080020