Files
msteinert-go-pam/.travis.yml
2015-04-09 13:16:32 -05:00

15 lines
351 B
YAML

language: go
go:
- 1.4
- tip
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq --no-install-recommends libpam0g-dev
- sudo useradd -d /tmp/test -p '$1$Qd8H95T5$RYSZQeoFbEB.gS19zS99A0' -s /bin/false test
script:
- go get golang.org/x/tools/cmd/cover
- sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v -cover .