blob: 7af80418ae2e80860b7526d36932094d0f5d9bf3 [file] [log] [blame]
Christopher Currie4a2c5482014-02-16 17:02:21 -08001language: java
2jdk:
3 - openjdk6
4
Christopher Currie2536f492014-02-17 17:35:38 -08005# 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"
8script: "mvn deploy --settings target/travis/settings.xml"
9
10# whitelist
11branches:
12 only:
13 - master
Christopher Currie455f09f2014-02-17 19:49:51 -080014 - "2.3"
Christopher Currie2536f492014-02-17 17:35:38 -080015
16env:
17 global:
18 - secure: "rLOaOP9IAAmoDy1u9FIel8fUPEzPZqqUVf9pcMF4flZn7z6UvI2KFwsC3zopivCcMpQM6L/P3TRPo9B/lZKeXvpMA+l763Edea5cQHQGxiirZd9XzJF4iOG+kgdhUfQ+i8AUOIYP/1VFDhaAbG+ax02PXvLcr6I913NOqUbNLiM="
19 - secure: "TcqHoZGVltQmVg84YupPXT1CeOoE6g17P1Nj72E1lX4hm3C+a1VdI67IZOdwTZgi6tKK2dlHCLPjy9tsNkXzJMZ/noUBEJgr1dbjvWcMjT8KRfvcD6DaiivGDb0IUpexhETeWv8tgS1UBbdYBkp14gTMXyM+n6uy6d/YRi88ZUc="
20