run tests in travis

This commit is contained in:
Craig Peterson 2017-03-12 16:38:19 -07:00
parent 09a1c36cc1
commit b0e3b05e86

View file

@ -6,4 +6,5 @@ go:
install: pwd
script:
- go run build/validate.go
- go run build/validate.go
- go test ./...