Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AndrewLader/go-gently
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlader committed Sep 27, 2020
2 parents 6fc1618 + d8dfaf3 commit 9a726ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: go
sudo: false
go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.x
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- go test -cover ./... -coverprofile=coverage.txt -covermode=atomic
notifications:
email: false
after_success:
- bash <(curl -s https://codecov.io/bash)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# go-gently

[![Go Report Card](https://goreportcard.com/badge/github.com/andrewlader/go-gently)](https://goreportcard.com/report/github.com/andrewlader/go-gently)
[![Build Status](https://travis-ci.org/AndrewLader/go-gently.svg?branch=master)](https://travis-ci.org/AndrewLader/go-gently)
[![Coverage Status](https://coveralls.io/repos/github/AndrewLader/go-gently/badge.svg?branch=master)](https://coveralls.io/github/AndrewLader/go-gently?branch=master)
[![Build Status](https://travis-ci.org/andrewlader/go-gently.svg?branch=master)](https://travis-ci.org/andrewlader/go-gently)
[![Coverage Status](https://codecov.io/gh/andrewlader/go-gently/branch/master/graph/badge.svg)](https://codecov.io/gh/andrewlader/go-gently)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/AndrewLader/go-gently/blob/master/LICENSE)

The Go-Gently service is a Go language package to enable other Go services to gently shutdown when they receive a `SIGTERM`, `SIGINT` or `SIGQUIT` signal.
Expand Down

0 comments on commit 9a726ed

Please sign in to comment.