Skip to content

Commit

Permalink
Update .travis.yml (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Jul 18, 2019
1 parent a84fbf7 commit 8b500b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ go:

go_import_path: kmodules.xyz/webhook-runtime

env:
global:
- GOFLAGS=-mod=vendor
- GO111MODULE=on

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

install: true

script:
Expand Down

0 comments on commit 8b500b8

Please sign in to comment.