Commit 62396ea
TheSnoozer
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
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments