gomdb/.travis.yml
Christopher T. Herrera 1cebe777a7 adding travis config
2016-06-20 13:59:07 -04:00

11 lines
120 B
YAML

language: go
go:
- 1.6.1
- tip
install:
- go get github.com/stretchr/testify/assert
script:
- go test