Skip to content

Commit

Permalink
Have Travis run go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciek Sakrejda committed May 10, 2016
1 parent 4bb18a6 commit e7fc307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ env:
- PGVERSION=9.0 PQTEST_BINARY_PARAMETERS=no

script:
- go test -v ./...
- go vet ./... && go test -v ./...

before_script:
- psql -c 'create database pqgotest' -U postgres
Expand Down

0 comments on commit e7fc307

Please sign in to comment.