Skip to content

Commit

Permalink
travis.yml: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Nov 21, 2018
1 parent 2574e83 commit 9a687b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
name: "Restarts [oc • CMs]"
env: BIN=oc VERSION=v3.9.0 CRD=0
script:
- make build-travis
- ./.travis/.travis.prepare.openshift.sh
- ./.travis/.travis.test-restarts.sh
- make build-travis
- ./.travis/.travis.prepare.openshift.sh
- ./.travis/.travis.test-restarts.sh

- stage:
name: "Restarts [K8s • CRs]"
env: BIN=kubectl VERSION=v1.9.0 CRD=1 MINIKUBE_VERSION=v0.25.2
script:
- make build-travis
- ./.travis/.travis.prepare.minikube.sh
- ./.travis/.travis.test-restarts.sh
- make build-travis
- ./.travis/.travis.prepare.minikube.sh
- ./.travis/.travis.test-restarts.sh

- stage: deploy
script: skip
Expand Down

0 comments on commit 9a687b7

Please sign in to comment.