Skip to content

Commit

Permalink
[FLINK-7904] Enable Flip6 build profile on Travis
Browse files Browse the repository at this point in the history
This adds a new Travis build matrix entry which runs the Flip-6 build profile

Reuse caches and split core+test into core and tests Travis build

This closes apache#4890.
  • Loading branch information
tillrohrmann committed Jan 9, 2018
1 parent 6450fad commit a03cdfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ matrix:
- TEST="misc"
- PROFILE="-Dhadoop.version=2.4.1"
- CACHE_NAME=JDK8_H241_M
- jdk: "oraclejdk8"
env:
- TEST="core"
- PROFILE="-Dhadoop.version=2.8.0 -Pflip6"
- CACHE_NAME=JDK8_H280_CO
- jdk: "oraclejdk8"
env:
- TEST="tests"
- PROFILE="-Dhadoop.version=2.8.0 -Pflip6"
- CACHE_NAME=JDK8_H280_T

git:
depth: 100
Expand Down

0 comments on commit a03cdfa

Please sign in to comment.