From 63343fb8e1920051c537027b14a2fc2d9856f84c Mon Sep 17 00:00:00 2001 From: Till Rohrmann Date: Thu, 11 Jan 2018 14:16:10 +0100 Subject: [PATCH] [hotfix] [travis] Set distinct cache for Flip-6 build profiles --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2fd644644daf1..3c3eac0d61f33 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