blob: ecf614b2e7288e4fc2cfce39ffd8cd140077b21c [file] [log] [blame]
Christopher Currie7d0445b2014-02-17 21:03:27 -08001language: java
Tatu Saloranta4ba77f52016-01-28 21:49:09 -08002
Tatu Salorantafa4898d2019-11-26 12:45:40 -08003git:
4 quiet: true
5 submodules: false
6
Tatu Salorantafdafaf02019-10-04 19:50:44 -07007# Since Jackson 2.10 build requires JDK 8 even if only JDK 7 runtime
Christopher Currie7d0445b2014-02-17 21:03:27 -08008jdk:
Tatu Saloranta84bbd8e2017-09-06 19:43:15 -07009 - openjdk8
Tatu Saloranta1e615652019-03-05 10:33:59 -080010 - oraclejdk11
Christopher Currie7d0445b2014-02-17 21:03:27 -080011
Tatu Saloranta7e8a5202019-11-26 14:01:11 -080012# 2019-11-26, tatu: Let's try caching Maven dependencies
13cache:
14 directories:
15 - $HOME/.m2
16
Christopher Currie7d0445b2014-02-17 21:03:27 -080017# Below this line is configuration for deploying to the Sonatype OSS repo
Tatu Saloranta29396b12019-11-26 13:42:07 -080018# https://knowm.org/configure-travis-ci-to-deploy-snapshots/
Christopher Currie7d0445b2014-02-17 21:03:27 -080019before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
Tatu Saloranta975e3602016-10-18 14:10:20 -070020after_success:
Tatu Saloranta5fd13552019-11-26 14:21:50 -080021 - "mvn -B source:jar javadoc:jar deploy --settings target/travis/settings.xml"
Christopher Currie7d0445b2014-02-17 21:03:27 -080022
23# whitelist
24branches:
25 only:
26 - master
Tatu Salorantafdafaf02019-10-04 19:50:44 -070027 - "2.11"
Christopher Currie7d0445b2014-02-17 21:03:27 -080028
29env:
30 global:
Christopher Currie223ceda2014-03-28 21:47:17 -070031 - secure: "ZIFMeNzZCvLYWICiUyHFSm8Ypz6lYFbF/+LGz6a+Sh8B9tSnvYvlrE4gSFJj3NzRWY0RG/vizoyFEpVgxOnzXDMLuuy/dreupnHR1FfVmiaiceK4JHRwAzl0lQzr2hdVwJbqpX0GfrxKmbg8Jvv9WPKtfM6X4167ElVj4O/8IRc="
32 - secure: "VOC/J8eFbM2OeysBp0Gx0G73MySRATCoN7hc9Ok0kJXE/dbE/2KOoFlTwwxUgErwJXkjJKKXafYcbq/22S7wkaoDW5XAvplSu3skxdE0NRGVzozcDMXO5UoGlt9Ti4XIBMCvy7bB/NO+J5IgNedCtcNnBsrGZCdodW3DTYtqQLs="