.travis.yml 197 Bytes
Newer Older
khoipham's avatar
khoipham committed
1 2 3 4 5 6 7 8 9
language: go
go:
  - 1.12.x
  - 1.13.x
env:
  - PG_CONN=postgresql://postgres:@localhost:5432/postgres?sslmode=disable
services:
  - postgresql
scripts: go test github.com/casbin/casbin-pg-adapter