blob: c40305ff16b0cdde164ec9180c39a5cdd6d22a49 [file] [log] [blame]
Christopher Currieb0933a32014-02-17 18:30:46 -08001language: java
Tatu Saloranta0f962f12016-01-28 21:52:29 -08002
3# jdk6 is enough for annotations package
Christopher Currieb0933a32014-02-17 18:30:46 -08004jdk:
5 - openjdk6
Tatu Saloranta0f962f12016-01-28 21:52:29 -08006 - oraclejdk7
7 - oraclejdk8
Christopher Currieb0933a32014-02-17 18:30:46 -08008
9# Below this line is configuration for deploying to the Sonatype OSS repo
10# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
11before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
Christopher Currie8ee30972014-03-28 21:17:56 -070012after_success: "mvn deploy --settings target/travis/settings.xml"
Christopher Currieb0933a32014-02-17 18:30:46 -080013
14# whitelist
15branches:
16 only:
17 - master
Tatu Saloranta4fc45312016-06-02 22:32:09 -070018 - "2.7"
Christopher Currieb0933a32014-02-17 18:30:46 -080019
20env:
21 global:
Christopher Currie8ee30972014-03-28 21:17:56 -070022 - secure: "a2T/bJVacCzBKfGW7ycW2aVLxupCUenLpRX6Neh/WLFf5wbIjTtKZpB94sxbVGTKNT+HQmwFynWhz7Dh3251fSZ4lfGcHBnUr5lpq1vo10aMBTJaMpk5vrTLn0AxGESxqOjQQkDhasdLpoXlv1EtVn7HqHLepAr0AIUl41XggfA="
23 - secure: "Gdl5m/gEm4FrCxOVnvCM13dipEhjaL4IXbEL2dsNhxwZ+lqD+8OAwObbPrTLuUZ+KTWctfsNauGTin1bDhi8m/Gh6jm71U+hGuA7/8cqgprZDhdARxG7fSOdr9Syp24JL7h5u5X43+a7m2KiC/iUcErIiVKPBcAisOj286GcFhc="
Christopher Currieb0933a32014-02-17 18:30:46 -080024