diff --git a/.travis.yml b/.travis.yml index d8449b58..f765d2f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 @@ -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