From d2a1214a0a32cae1feb3ee16c3262f65a7fb80a9 Mon Sep 17 00:00:00 2001 From: Renato Cavalcanti Date: Mon, 19 Apr 2021 20:49:06 +0200 Subject: [PATCH] integration tests with minikube --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2511312e..80cca87c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,14 +41,6 @@ before_script: jobs: include: - - stage: integration - script: ./scripts/setup-minikube-for-linux.sh && ./integration-test/kubernetes-api/test.sh - name: "Integration test for Kubernetes API" - - - script: - - ./scripts/setup-minikube-for-linux.sh && ./integration-test/kubernetes-dns/test.sh - name: "Integration test for Kubernetes DNS" - - script: ./scripts/setup-minikube-for-linux.sh && ./integration-test/kubernetes-api-java/test.sh name: "Integration test for Kubernetes API with maven" # The cron build compiles against Akka 2.6 and Akka HTTP 10.2, but the Maven example uses 2.5 and 10.1