Skip to content

Commit 6e7f3fd

Browse files
authored
Merge pull request #40 from flaboy/master
ignore examples in ci
2 parents e287118 + 571bdc4 commit 6e7f3fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ before_install:
1313
- go get golang.org/x/tools/cmd/cover
1414

1515
install:
16-
- go get -d -v ./...
16+
- go get -d -v $(go list ./... | grep -v examples)
17+
18+
script:
19+
- go test -v $(go list ./... | grep -v examples)
1720

1821
after_success:
1922
- bash .generate_coverage.sh

0 commit comments

Comments
 (0)