blob: 73b322194b7e1f7791dfb612f821896eee113cb8 [file] [log] [blame]
Christopher Currie4a2c5482014-02-16 17:02:21 -08001language: java
Tatu Saloranta84f28122016-01-28 21:51:05 -08002# core streaming still builds on jdk6 and above:
Christopher Currie4a2c5482014-02-16 17:02:21 -08003jdk:
4 - openjdk6
Tatu Saloranta84f28122016-01-28 21:51:05 -08005 - oraclejdk7
6 - oraclejdk8
Christopher Currie4a2c5482014-02-16 17:02:21 -08007
Christopher Currie2536f492014-02-17 17:35:38 -08008# Below this line is configuration for deploying to the Sonatype OSS repo
9# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
10before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
Christopher Currie8514fd62014-03-28 20:41:13 -070011after_success: "mvn deploy --settings target/travis/settings.xml"
Christopher Currie2536f492014-02-17 17:35:38 -080012
13# whitelist
14branches:
15 only:
16 - master
Tatu Salorantae254a1f2016-09-16 20:54:54 -070017 - "2.8"
Tatu Salorantaa562a862016-03-30 22:01:57 -070018 - "2.7"
Christopher Currie2536f492014-02-17 17:35:38 -080019
20env:
21 global:
Christopher Currie8514fd62014-03-28 20:41:13 -070022 - secure: "YW0hrdsHvH41pb5uPJ2DGzXrBgOVT7nEyag/bAQoDcSlOQ/g55tnY6rIGkqE/aYD47IroTEhW4yLyM3tZpbrqwagX4dUX90ukjcUwUvFE1ePTSEfdBtuHVwl8f6HmLIIw2yK0dQ1gOJ21T+3g+wddvK+6sWBJJ+s3O1FePDh6X0="
Christopher Currief4260c72014-03-28 21:00:41 -070023 - secure: "sGQxvyfg98BFcJcWHQ5BjvDNhbwdgD1yEfkE3qzH4/gzwD/ND1jKhkCX++Glt3DuyAKhENNzXlSkztdCE5wKfK3X6MVvOgzMgiV/BhHIf09EtAjZ35fe4pr+GZImfGZO3qkViooTz3FDJyKJBA3YyMTuo9/eWK8HlUFCZHTjKP8="
Christopher Currie2536f492014-02-17 17:35:38 -080024