gomdb/.travis.yml

11 lines
120 B
YAML
Raw Normal View History

2016-06-20 17:59:07 +00:00
language: go
go:
- 1.6.1
- tip
install:
- go get github.com/stretchr/testify/assert
script:
- go test