mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Update travis.ci to use make test
This commit is contained in:
parent
2d09731dfd
commit
823984e4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@ language: go
|
|||
go:
|
||||
- 1.7.x
|
||||
- master
|
||||
script: go test $(go list ./... | grep -v vendor)
|
||||
script: make test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue