Exclude special directories from tests on Travis
This commit is contained in:
parent
83f71dcd92
commit
4b38221157
|
@ -21,7 +21,7 @@ before_install:
|
||||||
- go get ./...
|
- go get ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test $(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name "vendor" -or -name "data" \))
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- go get github.com/laher/goxc
|
- go get github.com/laher/goxc
|
||||||
|
|
Loading…
Reference in New Issue