You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2018/03/09 20:31:18 UTC

twill git commit: - Added hadoop-2.6 profile to travis - Also runs the Java8 tests with hadoop-2.6

Repository: twill
Updated Branches:
  refs/heads/master 00a844ade -> af60a0215


- 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/af60a021
Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/af60a021
Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/af60a021

Branch: refs/heads/master
Commit: af60a0215c43d1e8a0853b2ff4b65ed278f06290
Parents: 00a844a
Author: Terence Yim <ch...@apache.org>
Authored: Fri Mar 9 12:31:12 2018 -0800
Committer: Terence Yim <ch...@apache.org>
Committed: Fri Mar 9 12:31:12 2018 -0800

----------------------------------------------------------------------
 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/twill/blob/af60a021/.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