build: run all tests after initial build

This commit is contained in:
Olaoluwa Osuntokun 2016-07-25 16:45:27 -07:00
parent a75b56ce77
commit c69661f2a5
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -10,3 +10,4 @@ install:
script:
- export PATH=$PATH:$HOME/gopath/bin
- export GO15VENDOREXPERIMENT=1
- go test -v ./...