提交 f579e97f 编写于 作者: J jeff

change travis.yaml

上级 6b6c690f
...@@ -7,7 +7,7 @@ git: ...@@ -7,7 +7,7 @@ git:
depth: false depth: false
go: go:
- 1.10 - 1.10.3
go_import_path: kubesphere.io/kubesphere go_import_path: kubesphere.io/kubesphere
...@@ -17,14 +17,13 @@ before_install: ...@@ -17,14 +17,13 @@ before_install:
before_script: before_script:
- dep ensure -v - dep ensure -v
- docker --version - docker --version
- dep ensure -v
script: script:
- make fmt-check && make build - make all && make test
deploy: deploy:
skip_cleanup: true skip_cleanup: true
provider: script provider: script
script: bash install/scripts/docker_push script: bash hack/docker_push.sh
on: on:
branch: master branch: master
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册