mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-09-04 03:14:14 +08:00
travis fix
This commit is contained in:
parent
67cc6016ea
commit
88a7202807
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ env:
|
||||||
|
|
||||||
install: true
|
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"
|
Loading…
Add table
Reference in a new issue