Skip to content

Commit

Permalink
Set GO111MODULE=on in travis (#6057)
Browse files Browse the repository at this point in the history
* Set GO111MODULE=on in travis

* Combine envs
  • Loading branch information
tdmanv committed Jul 16, 2019
1 parent 005e8a9 commit 6f62ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ branches:

# This moves Kubernetes specific config files.
env:
- CHANGE_MINIKUBE_NONE_USER=true
- CHANGE_MINIKUBE_NONE_USER=true GO111MODULE=on

before_install:
- sudo bash build/local_kubernetes.sh get_minikube
Expand All @@ -22,6 +22,7 @@ before_install:
- sudo mv kubectl /usr/local/bin/kubectl

script:
- go mod download
- make build DOCKER_BUILD=false
- make docs
- sudo bash build/local_kubernetes.sh start_minikube
Expand Down

0 comments on commit 6f62ad0

Please sign in to comment.