travis fix

This commit is contained in:
nicksherron 2020-02-16 12:37:58 -05:00
parent 67cc6016ea
commit 88a7202807

View file

@ -10,4 +10,4 @@ env:
install: true
script: go test ./.. && go test github.com/nicksherron/bashhub-server/internal -postgres-uri "postgres://postgres:@localhost:5432?sslmode=disable"
script: go test ./... && go test github.com/nicksherron/bashhub-server/internal -postgres-uri "postgres://postgres:@localhost:5432?sslmode=disable"