bashhub-server/.travis.yml

13 lines
243 B
YAML
Raw Normal View History

2020-02-10 17:08:30 +08:00
language: go
go:
- "1.13.x"
services:
- postgresql
2020-02-10 17:08:30 +08:00
env:
- GO111MODULE=on
install: true
script: go test ./.. && go test github.com/nicksherron/bashhub-server/internal -postgres-uri "postgres://postgres:@localhost:5432?sslmode=disable"