blob: bdd126dbd5a6b93061fc3a6b7621732c029a821a [file] [log] [blame]
Christopher Currie7d0445b2014-02-17 21:03:27 -08001language: java
Tatu Saloranta4ba77f52016-01-28 21:49:09 -08002
Tatu Saloranta06bfdea2019-09-05 20:00:45 -07003# While running only requires JDK 6, compilation JDK 7, Travis has neither
Christopher Currie7d0445b2014-02-17 21:03:27 -08004jdk:
Tatu Saloranta8ae3b8f2017-11-01 17:04:33 -07005 - openjdk8
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
Tatu Salorantadee8ba92016-09-14 22:41:24 -070016 - "2.8"
Christopher Currie7d0445b2014-02-17 21:03:27 -080017
18env:
19 global:
Christopher Currie223ceda2014-03-28 21:47:17 -070020 - secure: "ZIFMeNzZCvLYWICiUyHFSm8Ypz6lYFbF/+LGz6a+Sh8B9tSnvYvlrE4gSFJj3NzRWY0RG/vizoyFEpVgxOnzXDMLuuy/dreupnHR1FfVmiaiceK4JHRwAzl0lQzr2hdVwJbqpX0GfrxKmbg8Jvv9WPKtfM6X4167ElVj4O/8IRc="
21 - secure: "VOC/J8eFbM2OeysBp0Gx0G73MySRATCoN7hc9Ok0kJXE/dbE/2KOoFlTwwxUgErwJXkjJKKXafYcbq/22S7wkaoDW5XAvplSu3skxdE0NRGVzozcDMXO5UoGlt9Ti4XIBMCvy7bB/NO+J5IgNedCtcNnBsrGZCdodW3DTYtqQLs="