Update travis.ci to use make test

This commit is contained in:
Cody Soyland 2017-02-16 15:22:47 -06:00
parent 2d09731dfd
commit 823984e4ed

View file

@ -2,4 +2,4 @@ language: go
go:
- 1.7.x
- master
script: go test $(go list ./... | grep -v vendor)
script: make test