Skip to content

Commit 4f628a3

Browse files
author
Gaurav Nelson
committed
Travis CI builds updated for 4.11
1 parent d5f1ec6 commit 4f628a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- pip3 install pyyaml
1414
- pip3 install aura.tar.gz
1515
script:
16-
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.10 --no-upstream-fetch && python3 makeBuild.py
16+
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.11 --no-upstream-fetch && python3 makeBuild.py
1717
- # stage name not required, will continue to use `build`
18-
if: branch IN (main, enterprise-4.9, enterprise-4.10)
18+
if: branch IN (main, enterprise-4.10, enterprise-4.11)
1919
before_install:
2020
- gem install asciidoctor
2121
- gem install asciidoctor-diagram
@@ -25,7 +25,7 @@ jobs:
2525
script:
2626
- python3 build.py --distro openshift-dedicated --product "OpenShift Dedicated" --version 4 --no-upstream-fetch && python3 makeBuild.py
2727
- # stage name not required, will continue to use `build`
28-
if: branch IN (main, enterprise-4.9, enterprise-4.10)
28+
if: branch IN (main, enterprise-4.10, enterprise-4.11)
2929
before_install:
3030
- gem install asciidoctor
3131
- gem install asciidoctor-diagram

0 commit comments

Comments
 (0)