Changed travis script to only test top level files
This commit is contained in:
parent
8e1e7defdc
commit
2f41a12290
|
@ -8,4 +8,4 @@ install:
|
||||||
- "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh"
|
- "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh"
|
||||||
- "dep ensure"
|
- "dep ensure"
|
||||||
build:
|
build:
|
||||||
- "go test -v ./..."
|
- "go test -v ./*.go"
|
||||||
|
|
Loading…
Reference in New Issue