travis: use the whole validation

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-11-07 10:25:35 -05:00
parent b83c40e7f9
commit 0805fd4bb1
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 1 additions and 3 deletions

View File

@ -14,6 +14,4 @@ before_install:
install: true
script:
- go vet -x ./...
- golint -set_exit_status ./...
- go test -v ./...
- make validation