Add tests for config files and Travis config.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user