Changed travis script to only test top level files

This commit is contained in:
mitchelljfs 2018-07-14 15:03:35 -07:00
parent 8e1e7defdc
commit 2f41a12290
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ install:
- "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh"
- "dep ensure"
build:
- "go test -v ./..."
- "go test -v ./*.go"