Added 100% coverage to whats written so far; travis build script; debugged potential issues with testing

This commit is contained in:
mitchelljfs 2018-07-14 14:58:30 -07:00
parent 9d99bce47e
commit 922f6a7b41
4 changed files with 216 additions and 29 deletions

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: go
go:
- "1.x"
- "1.8"
- "1.10.x"
- master
install:
- "dep ensure"
build:
- "go test -v ./..."