You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
273 B

11 years ago
language: go
go:
- 1.5.x
- 1.6.x
- 1.7.x
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libpam-dev
9 years ago
- go get github.com/msteinert/pam
9 years ago
install:
9 years ago
- go get -t -v ./...
9 years ago
script:
- go build -v -tags "pam"
- go test -v -cover -race ./...