Skip to content

Commit

Permalink
remove unit tests from travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Apr 19, 2021
1 parent 4a2bfdf commit 23edfa6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ before_script:

jobs:
include:
- stage: test
env: CMD="+test"
name: "Run tests on AdoptOpenJDK 8 (all Scala versions)"

- env:
- JDK="[email protected]"
- CMD="+test"
name: "Run tests on AdoptOpenJDK 11 (all Scala versions)"

- stage: integration
script: ./scripts/setup-minikube-for-linux.sh && ./integration-test/kubernetes-api/test.sh
Expand All @@ -73,8 +65,6 @@ jobs:
name: "Kubernetes Lease Integration tests"

stages:
- name: test
if: NOT tag =~ ^v
- name: integration
if: NOT tag =~ ^v

Expand Down

0 comments on commit 23edfa6

Please sign in to comment.