You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/01/11 13:16:43 UTC

flink git commit: [hotfix] [travis] Set distinct cache for Flip-6 build profiles

Repository: flink
Updated Branches:
  refs/heads/master 2ee4d06ac -> 63343fb8e


[hotfix] [travis] Set distinct cache for Flip-6 build profiles


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/63343fb8
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/63343fb8
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/63343fb8

Branch: refs/heads/master
Commit: 63343fb8e1920051c537027b14a2fc2d9856f84c
Parents: 2ee4d06
Author: Till Rohrmann <tr...@apache.org>
Authored: Thu Jan 11 14:16:10 2018 +0100
Committer: Till Rohrmann <tr...@apache.org>
Committed: Thu Jan 11 14:16:10 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/63343fb8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2fd6446..3c3eac0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,12 +90,12 @@ matrix:
       env:
         - TEST="core"
         - PROFILE="-Dhadoop.version=2.8.0 -Pflip6"
-        - CACHE_NAME=JDK8_H280_CO
+        - CACHE_NAME=JDK8_H280_F6_CO
     - jdk: "oraclejdk8"
       env:
         - TEST="tests"
         - PROFILE="-Dhadoop.version=2.8.0 -Pflip6"
-        - CACHE_NAME=JDK8_H280_T
+        - CACHE_NAME=JDK8_H280_F6_T
 
 git:
   depth: 100