gogs/.travis.yml
ᴜɴᴋɴᴡᴏɴ 7950f2d17d
conf: overhaul auth and user settings (#5942)
* conf: overhaul auth and user settings

* ci: update travis Go versions
2020-02-27 18:06:38 +08:00

18 lines
258 B
YAML

os: linux
language: go
go:
- 1.13.x
- 1.14.x
go_import_path: gogs.io/gogs
env:
- GO111MODULE=on
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libpam-dev
script:
- go build -v -tags "pam"
- go test -v -cover -race ./...