You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/12/19 09:50:04 UTC

[camel-k] 05/10: Fix #921: upgrade ocp version

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 6383d3169915fa49b1de5983aaafc224fe9d6f40
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Wed Dec 18 18:35:20 2019 +0100

    Fix #921: upgrade ocp version
---
 .github/workflows/pr-kind.yml | 2 +-
 .travis.yml                   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pr-kind.yml b/.github/workflows/pr-kind.yml
index 6cfb391..cc67db7 100644
--- a/.github/workflows/pr-kind.yml
+++ b/.github/workflows/pr-kind.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: Kind Integration Tests PR
+name: KinD Integration Tests PR
 
 on:
   pull_request:
diff --git a/.travis.yml b/.travis.yml
index b57841f..72270b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,8 +33,8 @@ install:
 
 env:
   global:
-    - OPENSHIFT_VERSION=3.10.0
-    - OPENSHIFT_COMMIT=dd10d17
+    - OPENSHIFT_VERSION=3.11.0
+    - OPENSHIFT_COMMIT=0cbc58b117403b9d9169dbafdfac59ef104bb997
     - MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 
 services: