Repository: incubator-samza Updated Branches: refs/heads/master 5b253485c -> 1be188b6c
SAMZA-397; exclude JDK8 builds for Scala 2.9.2 in travis Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/1be188b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/1be188b6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/1be188b6 Branch: refs/heads/master Commit: 1be188b6c30310809c322c26a3fc380e7bc4aaf4 Parents: 5b25348 Author: Chris Riccomini <[email protected]> Authored: Tue Aug 26 08:57:28 2014 -0700 Committer: Chris Riccomini <[email protected]> Committed: Tue Aug 26 08:57:28 2014 -0700 ---------------------------------------------------------------------- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/1be188b6/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0cddc39..4728464 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,9 @@ env: matrix: exclude: - - env: SCALA_VERSION='-PscalaVersion=2.9.2' + - env: SCALA_VERSION='-PscalaVersion=2.9.2' YARN_VERSION='-PyarnVersion=2.4.0' + jdk: oraclejdk8 + - env: SCALA_VERSION='-PscalaVersion=2.9.2' YARN_VERSION='-PyarnVersion=2.5.0' jdk: oraclejdk8 script: ./gradlew $SCALA_VERSION $YARN_VERSION --stacktrace check
