Skip to content

Commit

Permalink
Merge pull request #113 from fabiand/ci-update
Browse files Browse the repository at this point in the history
ci: Update to a recent snapshot
  • Loading branch information
fabiand authored May 7, 2019
2 parents 9d81d65 + 90a07b1 commit 6ef72ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,19 @@ jobs:
include:
- stage: Tests
name: "Default (minikube with latest k8s)"
env: USE_OPERATOR=true

- name: "oc cluster (latest okd)"
env: CPLATFORM=oc_cluster USE_OPERATOR=true
env: CPLATFORM=oc_cluster

- name: "minishift (latest okd)"
env: CPLATFORM=minishift USE_OPERATOR=true
env: CPLATFORM=minishift

cache:
directories:
- cache
- ~/.minishift/cache
- ~/.minikube/cache

notifications:
irc:
channels:
- "chat.freenode.net#kubevirt"
on_success: change
on_failure: always

before_script:
## FIXME Workaround for https://github.com/kubernetes/kubernetes/issues/61058
### And https://github.com/LiliC/travis-minikube/blob/e0f26f7b388057f51a0e2558afd5f990e07b6c49/.travis.yml#L11
Expand Down
2 changes: 1 addition & 1 deletion ci

0 comments on commit 6ef72ec

Please sign in to comment.