Set up Travis CI (#2)

Makefile and cover.sh adapted from YARPC Go.

3 files changed
tree: 9be5dfb86d130aaf348449d3dd7ed2a9bcd6b5ae
  1. scripts/
  2. .gitignore
  3. .travis.yml
  4. error.go
  5. error_test.go
  6. glide.lock
  7. glide.yaml
  8. LICENSE.txt
  9. Makefile
  10. README.md
README.md

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Beta


Released under the MIT License.