blob: 15025d81d8ef4d530bd6e3add0de0f0c64a22b4d [file] [log] [blame]
Christopher Currie7d0445b2014-02-17 21:03:27 -08001language: java
Tatu Saloranta4ba77f52016-01-28 21:49:09 -08002
Tatu Saloranta1886fe72019-09-04 21:42:56 -07003# JDK 7 no longer works, just use JDK 8
Christopher Currie7d0445b2014-02-17 21:03:27 -08004jdk:
Tatu Saloranta84bbd8e2017-09-06 19:43:15 -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"
Tatu Saloranta975e3602016-10-18 14:10:20 -070010after_success:
11 - "mvn source:jar javadoc:jar deploy --settings target/travis/settings.xml"
Tatu Salorantae8de1a52016-10-19 12:39:18 -070012 - "mvn -B cobertura:cobertura coveralls:report"
Christopher Currie7d0445b2014-02-17 21:03:27 -080013
14# whitelist
15branches:
16 only:
17 - master
Tatu Saloranta2acac952018-01-05 13:58:21 -080018 - "2.9"
Christopher Currie7d0445b2014-02-17 21:03:27 -080019
20env:
21 global:
Christopher Currie223ceda2014-03-28 21:47:17 -070022 - secure: "ZIFMeNzZCvLYWICiUyHFSm8Ypz6lYFbF/+LGz6a+Sh8B9tSnvYvlrE4gSFJj3NzRWY0RG/vizoyFEpVgxOnzXDMLuuy/dreupnHR1FfVmiaiceK4JHRwAzl0lQzr2hdVwJbqpX0GfrxKmbg8Jvv9WPKtfM6X4167ElVj4O/8IRc="
23 - secure: "VOC/J8eFbM2OeysBp0Gx0G73MySRATCoN7hc9Ok0kJXE/dbE/2KOoFlTwwxUgErwJXkjJKKXafYcbq/22S7wkaoDW5XAvplSu3skxdE0NRGVzozcDMXO5UoGlt9Ti4XIBMCvy7bB/NO+J5IgNedCtcNnBsrGZCdodW3DTYtqQLs="