Add tests for config files and Travis config.

This commit is contained in:
Jeff Mendoza
2016-08-09 12:38:37 -07:00
parent 3f040ff467
commit 1e867e3813
3 changed files with 435 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
language: go
go:
- 1.6
# Don't want default ./... here:
install: go get -t -v ./test
script: go test -v ./test