bashhub-server/.travis.yml
2020-02-16 12:37:58 -05:00

13 lines
244 B
YAML

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