diff --git a/.travis.yml b/.travis.yml index bb7b4f007741..7abd7f57d648 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,3 @@ install: script: - python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.5 --no-upstream-fetch && python3 makeBuild.py - -after_success: - - bash autopreview.sh - -after_failure: - - bash autocomment.sh