Skip to content

Commit

Permalink
Go module support
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Oct 1, 2019
1 parent eaeabba commit 1d3ea6b
Show file tree
Hide file tree
Showing 5,554 changed files with 222,727 additions and 1,849,965 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: go
go_import_path: github.com/k8snetworkplumbingwg/network-attachment-definition-client

go:
- 1.12.x

go_import_path: github.com/K8sNetworkPlumbingWG/network-attachment-definition-client
install: true
script: hack/verify-codegen.sh
script:
- hack/verify-codegen.sh
- go build ./cmd/example/
Loading

0 comments on commit 1d3ea6b

Please sign in to comment.