- Added hadoop-2.6 profile to travis - Also runs the Java8 tests with hadoop-2.6
Project: http://git-wip-us.apache.org/repos/asf/twill/repo Commit: http://git-wip-us.apache.org/repos/asf/twill/commit/3c68eaaf Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/3c68eaaf Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/3c68eaaf Branch: refs/heads/branch-0.12.0 Commit: 3c68eaaf72134ee3a0029e1969bb32fc238c6274 Parents: 2f395b5 Author: Terence Yim <[email protected]> Authored: Fri Mar 9 12:31:12 2018 -0800 Committer: Terence Yim <[email protected]> Committed: Fri Mar 16 14:10:48 2018 -0700 ---------------------------------------------------------------------- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/twill/blob/3c68eaaf/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 93cf462..fae270d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,9 +41,10 @@ env: - PROFILE='hadoop-2.2' - PROFILE='hadoop-2.4' - PROFILE='hadoop-2.5' + - PROFILE='hadoop-2.6' - PROFILE='cdh-4.4.0' - PROFILE='mapr-hadoop-2.4' - - PROFILE='hadoop-2.5,java8-test' + - PROFILE='hadoop-2.6,java8-test' # Only runs JDK8 on hadoop-2.5 profile matrix: @@ -59,11 +60,13 @@ matrix: - jdk: oraclejdk8 env: PROFILE='hadoop-2.5' - jdk: oraclejdk8 + env: PROFILE='hadoop-2.6' + - jdk: oraclejdk8 env: PROFILE='cdh-4.4.0' - jdk: oraclejdk8 env: PROFILE='mapr-hadoop-2.4' - jdk: oraclejdk7 - env: PROFILE='hadoop-2.5,java8-test' + env: PROFILE='hadoop-2.6,java8-test' sudo: false
