Skip to content

Commit

Permalink
Merge pull request #71 from enkeys/travis-update
Browse files Browse the repository at this point in the history
Update Travis.CI
  • Loading branch information
ajssmith authored Apr 16, 2020
2 parents 3984fdd + 449b8a8 commit 8626a18
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ dist: bionic
language: go
go:
- master
- 1.12.x
- 1.14.x
- 1.13.x

cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod

go_import_path: github.com/interconnectedcloud/qdr-operator

Expand All @@ -17,7 +23,7 @@ env:
global:
- KUBECONFIG=$HOME/.kube/config
- KUBERNETES_VERSION=$(curl -k -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
- OPERATORSDK_VERSION=v0.12.0
- OPERATORSDK_VERSION=v0.17.0

# QDR
- REGISTRY=quay.io/interconnectedcloud
Expand All @@ -27,7 +33,7 @@ env:
before_install:
# Install Go Dep
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
- dep ensure --vendor-only

# Get tools
- go get sigs.k8s.io/kind
Expand All @@ -51,6 +57,8 @@ before_install:
- cd $GOPATH/src/github.com/interconnectedcloud/qdr-operator
- dep ensure -v && dep status

# Install

script:
- cd $GOPATH/src/github.com/interconnectedcloud/qdr-operator
- make
Expand Down

0 comments on commit 8626a18

Please sign in to comment.