Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ env:

stages:
- name: Build-Test

# Uncomment these stages when you're ready to use them.
- name: Semantic-Release
if: (branch = main) AND (type IN (push, api)) AND (fork = false)
# if: (branch = main) AND (type IN (push, api)) AND (fork = false)
- name: Publish-Release
if: (tag IS present) AND (fork = false)
# if: (tag IS present) AND (fork = false)

before_install:
- sudo apt-get update
Expand Down Expand Up @@ -56,7 +54,6 @@ jobs:
script:
- mvn verify -fae -DskipITs $MVN_ARGS

# Uncomment these stages when you're ready to use them.
- stage: Semantic-Release
install:
- nvm install 14
Expand All @@ -74,7 +71,7 @@ jobs:
- mvn clean javadoc:aggregate $MVN_ARGS
- build/publishJavadoc.sh
after_success:
- echo "Javadocs successfully published to gh-pages!"
- echo "Javadocs successfully published to gh-pages !"

- jdk: openjdk11
name: Publish-To-Maven-Central
Expand Down