mirror of
https://github.com/mitchell/lambdarouter.git
synced 2025-06-19 13:55:34 +00:00
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 a new issue