Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.

Commit 66163f0

Browse files
author
Christian Zirkelbach
committed
Update travisCI configuration - publish documentation
1 parent f24f108 commit 66163f0

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,39 @@ jobs:
1111
include:
1212
- jdk: openjdk8
1313
- jdk: oraclejdk8
14+
1415
- stage: deploy
1516
name: "Docker Image: Analysis"
1617
if: (branch = dev-1) OR (branch = master)
1718
jdk: openjdk8
1819
script: cd analysis && ../.travis/docker_push.sh
20+
1921
- stage: deploy
2022
name: "Docker Image: Authentication"
2123
if: (branch = dev-1) OR (branch = master)
2224
jdk: openjdk8
2325
script: cd authentication && ../.travis/docker_push.sh
26+
2427
- stage: deploy
2528
name: "Docker Image: Discovery"
2629
if: (branch = dev-1) OR (branch = master)
2730
jdk: openjdk8
2831
script: cd discovery && ../.travis/docker_push.sh
32+
2933
- stage: deploy
3034
name: "Docker Image: Landscape"
3135
if: (branch = dev-1) OR (branch = master)
3236
jdk: openjdk8
3337
script: cd landscape && ../.travis/docker_push.sh
34-
38+
39+
- stage: documentation
40+
name: "Publish documentation"
41+
if: (branch = master)
42+
script: .travis/javadoc-push.sh
43+
3544
before_script:
3645
- chmod +x .travis/docker_push.sh
37-
38-
#before_script:
39-
# - chmod +x .travis/push.sh
40-
# - chmod +x .travis/javadoc-push.sh
41-
42-
#after_success:
43-
# - .travis/javadoc-push.sh
44-
# - .travis/push.sh
46+
- chmod +x .travis/javadoc-push.sh
4547

4648
branches:
4749
only:

.travis/push.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)