Skip to content

Commit

Permalink
Update libs, no goveralls that fails (#14)
Browse files Browse the repository at this point in the history
* update dependencies

* remove goveralls

* remove goveralls

* try stand script
  • Loading branch information
b-2-83 authored Apr 26, 2021
1 parent bd9f872 commit f43c3a2
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 24 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@ go:
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x

before_install:
- export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
- echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
- curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
- sudo apt-get update && sudo apt-get install -y google-cloud-sdk google-cloud-sdk-pubsub-emulator
- go get github.com/mattn/goveralls

before_script:
- screen -S emu -d -m gcloud beta emulators pubsub start
- sleep 15s
- $(gcloud beta emulators pubsub env-init)

script:
- $GOPATH/bin/goveralls -service=travis-ci

after_script:
- screen -ls | grep emu | awk '{print $1}' | xargs -I{} screen -S {} -X quit
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Travis-CI](https://travis-ci.org/objenious/kitty-gcp.svg?branch=master)](https://travis-ci.org/objenious/kitty-gcp) [![GoDoc](https://godoc.org/github.com/objenious/kitty-gcp?status.svg)](http://godoc.org/github.com/objenious/kitty-gcp)
[![GoReportCard](https://goreportcard.com/badge/github.com/objenious/kitty-gcp)](https://goreportcard.com/report/github.com/objenious/kitty-gcp)
[![Coverage Status](https://coveralls.io/repos/github/objenious/kitty-gcp/badge.svg?branch=master)](https://coveralls.io/github/objenious/kitty-gcp?branch=master)

`go get github.com/objenious/kitty-gcp`

Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ module github.com/objenious/kitty-gcp
go 1.13

require (
cloud.google.com/go/pubsub v1.0.1
cloud.google.com/go/pubsub v1.10.2
github.com/go-kit/kit v0.9.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/objenious/kitty v0.0.6
golang.org/x/sync v0.0.0-20190423024810-112230192c58
github.com/objenious/kitty v1.1.2
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
Loading

0 comments on commit f43c3a2

Please sign in to comment.