Skip to content

Commit 21b23b3

Browse files
author
Vladimir Kotal
committed
try to revive build matrix
1 parent 65ca726 commit 21b23b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
2020
# via the "travis encrypt" command using the project repo's public key
2121
- secure: "O_cda5pWDBAP-O3_0nG5RQ"
22-
script: dev/main
2322
addons:
2423
coverity_scan:
2524
project:
@@ -34,7 +33,10 @@ addons:
3433
secure: "ayjmifQPQgKt/ICGfKtLpa8LwBAXZlxKwaPyjvXDRHyf3lbXGKkOCspH/wSoersoV4ZLt5UfSGKeFh1MS0IXAwUOcPTcV3/DUmycJjxZ5z9KjgGKsu0Spo1xZWioS+p1bzN6cJcNlwihE97idLhVSvDProf6L+pn0dqw8Lfz2k0="
3534
jobs:
3635
include:
37-
- stage: Github Release
36+
- stage: Tests
37+
script: dev/main
38+
- stage: deploy
39+
name: Github Release
3840
script: mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V package
3941
deploy:
4042
# Pre-release

0 commit comments

Comments
 (0)