blob: 45274901778a2266b749dc528c08364f096f9980 [file] [log] [blame]
Christopher Currie7d0445b2014-02-17 21:03:27 -08001language: java
Tatu Saloranta4ba77f52016-01-28 21:49:09 -08002
3# Since Jackson 2.7, build requires jdk7, although module itself works on jdk6 still (for now)
Christopher Currie7d0445b2014-02-17 21:03:27 -08004jdk:
Christopher Currieebfa5d82014-10-13 22:25:35 -07005 - oraclejdk7
Christopher Currie7d0445b2014-02-17 21:03:27 -08006
7# Below this line is configuration for deploying to the Sonatype OSS repo
8# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
9before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
Christopher Currie06d44072014-03-29 17:43:49 -070010after_success: "mvn source:jar javadoc:jar deploy --settings target/travis/settings.xml"
Christopher Currie7d0445b2014-02-17 21:03:27 -080011
12# whitelist
13branches:
14 only:
15 - master
Christopher Currieebfa5d82014-10-13 22:25:35 -070016 - "2.4"
Christopher Currie7d0445b2014-02-17 21:03:27 -080017 - "2.3"
18
19env:
20 global:
Christopher Currie223ceda2014-03-28 21:47:17 -070021 - secure: "ZIFMeNzZCvLYWICiUyHFSm8Ypz6lYFbF/+LGz6a+Sh8B9tSnvYvlrE4gSFJj3NzRWY0RG/vizoyFEpVgxOnzXDMLuuy/dreupnHR1FfVmiaiceK4JHRwAzl0lQzr2hdVwJbqpX0GfrxKmbg8Jvv9WPKtfM6X4167ElVj4O/8IRc="
22 - secure: "VOC/J8eFbM2OeysBp0Gx0G73MySRATCoN7hc9Ok0kJXE/dbE/2KOoFlTwwxUgErwJXkjJKKXafYcbq/22S7wkaoDW5XAvplSu3skxdE0NRGVzozcDMXO5UoGlt9Ti4XIBMCvy7bB/NO+J5IgNedCtcNnBsrGZCdodW3DTYtqQLs="
Christopher Currie7d0445b2014-02-17 21:03:27 -080023