Skip to content

Commit

Permalink
build backend in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiwei committed Dec 17, 2018
1 parent befef38 commit 228ad4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install:
script:
- go build -o tf-operator.v2 github.com/kubeflow/tf-operator/cmd/tf-operator.v2
- go build -o tf-operator.v1beta1 github.com/kubeflow/tf-operator/cmd/tf-operator.v1beta1
- go build -o backend github.com/kubeflow/tf-operator/dashboard/backend
- gometalinter --config=linter_config.json --vendor ./...
# We customize the build step because by default
# Travis runs go test -v ./... which will include the vendor
Expand Down

0 comments on commit 228ad4c

Please sign in to comment.