|
@@ -4,7 +4,7 @@ go_import_path: github.com/coreos/etcd
|
|
|
sudo: false
|
|
sudo: false
|
|
|
|
|
|
|
|
go:
|
|
go:
|
|
|
- - 1.8.3
|
|
|
|
|
|
|
+ - 1.9
|
|
|
- tip
|
|
- tip
|
|
|
|
|
|
|
|
notifications:
|
|
notifications:
|
|
@@ -56,6 +56,7 @@ before_install:
|
|
|
- go get -v -u honnef.co/go/tools/cmd/unused
|
|
- go get -v -u honnef.co/go/tools/cmd/unused
|
|
|
- go get -v -u honnef.co/go/tools/cmd/staticcheck
|
|
- go get -v -u honnef.co/go/tools/cmd/staticcheck
|
|
|
- ./scripts/install-marker.sh amd64
|
|
- ./scripts/install-marker.sh amd64
|
|
|
|
|
+ - export GOROOT=$(go env GOROOT)
|
|
|
|
|
|
|
|
# disable godep restore override
|
|
# disable godep restore override
|
|
|
install:
|
|
install:
|