hashicorp / go-multierror

A Go (golang) package for representing a list of errors as a single error.
Mozilla Public License 2.0
2.3k stars 123 forks source link

Add CircleCI & remove travis #27

Closed mdeggies closed 3 years ago

mdeggies commented 4 years ago

This PR moves from travis to CircleCI, using gotestsum for testing. Setup is very similar to those in other repos, see https://github.com/hashicorp/go-version as an example.

Tests pass locally using the latest version of go:

Screen Shot 2019-10-23 at 11 05 09 AM
hashicorp-cla commented 4 years ago

CLA assistant check
All committers have signed the CLA.

mwhooker commented 3 years ago

Let's close #26 and #19 if this gets merged