Skip to content

Commit 62396ea

Browse files
author
TheSnoozer
committed
Introduce new travis beta-feature of Build Stages (https://docs.travis-ci.com/user/build-stages/) which allows to group the build into different categories (similar to a pipeline) - currently the build is configured so it will only execute the second stage (Intergration Test) with all the various maven calls if the previous stage (normal test) has been passed - basically this means we don't need to run the full integration cycle if the integration tests already fail
1 parent 8440146 commit 62396ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jdk:
88

99
matrix:
1010
include:
11-
- jdk: openjdk7
11+
- stage: Integration Test
12+
jdk: openjdk7
1213
env: CUSTOM_MVN_VERION="3.0"
1314
- jdk: openjdk7
1415
env: CUSTOM_MVN_VERION="3.0.5"

0 commit comments

Comments
 (0)