Skip to content

Commit

Permalink
Rewrite CLI structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tvirgl-wish authored and tvi committed Sep 24, 2019
1 parent 9f268f5 commit 1c13d61
Show file tree
Hide file tree
Showing 23 changed files with 944 additions and 984 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ vendor
.terraform
out
.channel
wk

clusters
release
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ sudo: false
language: go

go:
- "1.12.x"

before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
- "1.13.x"

script:
- go test -v -race ./...
Loading

0 comments on commit 1c13d61

Please sign in to comment.