1 Star 0 Fork 0

k8s/go-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Joe Fitzgerald 提交于 2019-05-25 17:59 . fix build
language: go
go:
- 1.12.x
matrix:
fast_finish: true
os:
- linux
- osx
env:
global:
- GO111MODULE=off
- APM_TEST_PACKAGES="go-signature-statusbar go-debug"
matrix:
- ATOM_CHANNEL=beta
- ATOM_CHANNEL=stable
notifications:
email:
on_success: never
on_failure: change
install:
- nvm install 8
- go get -u golang.org/x/tools/cmd/goimports
- go get -u golang.org/x/tools/cmd/gorename
- go get -u github.com/sqs/goreturns
- go get -u github.com/mdempsky/gocode
- go get -u github.com/alecthomas/gometalinter
- go get -u github.com/zmb3/gogetdoc
- go get -u github.com/zmb3/goaddimport
- go get -u github.com/rogpeppe/godef
- go get -u github.com/fatih/gomodifytags
- go get -u golang.org/x/tools/cmd/guru
- go get -u github.com/ramya-rao-a/go-outline
- go get -u github.com/tpng/gopkgs
script:
- 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
sudo: false
git:
depth: 10
addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
branches:
only:
- master
- /^greenkeeper-.*$/
- /^greenkeeper/.*$/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xingfengf21/go-plus.git
git@gitee.com:xingfengf21/go-plus.git
xingfengf21
go-plus
go-plus
master

搜索帮助