Skip to content

Commit

Permalink
馃専 upgrade to kubebuilder 2.0 (#54)
Browse files Browse the repository at this point in the history
* 馃専 upgrade to kubebuilder 2.0

* cache gomd
  • Loading branch information
Xuetao Song authored and ks-ci-bot committed Aug 22, 2019
1 parent 03064a5 commit cbb87f5
Show file tree
Hide file tree
Showing 12,811 changed files with 145,157 additions and 3,303,200 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions .gitattributes
@@ -0,0 +1,4 @@
linguist-generated=true
config/crds/* linguist-generated=true
config/rbac/* linguist-generated=true
zz_generated.deepcopy.go linguist-generated=true
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,7 +1,13 @@
language: go

go:
- 1.11.x
- 1.12.x

env:
- GO111MODULE=on
cache:
directories:
- $HOME/gopath/pkg/mod

install:
- make install-travis
Expand Down

0 comments on commit cbb87f5

Please sign in to comment.