Skip to content

Commit

Permalink
Fix: Create ciao channel in kubeflow (#61)
Browse files Browse the repository at this point in the history
* Fix: Create ciao channel in kubeflow

Signed-off-by: Ce Gao <gaoce@caicloud.io>

* .travis.yml: Remove gometalinter

Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege authored and caicloud-bot committed Apr 18, 2019
1 parent ebedd2a commit 077c605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ go_import_path: github.com/caicloud/ciao
before_install:
# get coveralls.io support
- go get github.com/mattn/goveralls
- go get -u github.com/alecthomas/gometalinter
- go get -u github.com/golang/dep/cmd/dep
- wget https://github.com/zeromq/libzmq/releases/download/v4.2.2/zeromq-4.2.2.tar.gz
- tar xvzf zeromq-4.2.2.tar.gz
Expand All @@ -33,11 +32,9 @@ before_install:

install:
- dep ensure
- gometalinter --install
- go build github.com/caicloud/ciao/cmd/kubeflow-kernel

script:
- gometalinter --config=linter_config.json --vendor ./...
# We customize the build step because by default
# Travis runs go test -v ./... which will include the vendor
# directory.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Ciao is still in early development -- it is not feature-complete or production-ready. Please try our experimental kernel and give us your feedback.

- Report bugs to [Ciao Issues](https://github.com/caicloud/ciao/issues)
- Chat at the [Kubeflow Slack Channel](https://kubeflow.slack.com/messages/C7REE0EHK/) (Please @gaocegege to let us know)
- Chat at the [Kubeflow Slack Channel](https://kubeflow.slack.com/messages/CJ01RLD7Y) (Please @gaocegege to let us know)

## Overview

Expand Down

0 comments on commit 077c605

Please sign in to comment.