Files
msteinert-go-pam/.travis.yml
2015-03-29 12:10:31 -05:00

13 lines
304 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: sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v ./...