11 lines
125 B
YAML
Raw Normal View History

2020-05-11 20:59:29 -05:00
language: go
install:
- go get -d -v ./...
- go get -u github.com/stretchr/testify/require
go:
- 1.7
- 1.8
- tip