Files
msteinert-go-pam/.travis.yml

13 lines
304 B
YAML
Raw Normal View History

2015-03-28 18:30:30 -05:00
language: go
go:
- 1.4
- tip
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq --no-install-recommends libpam0g-dev
2015-03-29 11:25:00 -05:00
- sudo useradd -d /tmp/test -p '$1$Qd8H95T5$RYSZQeoFbEB.gS19zS99A0' -s /bin/false test
script: sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v ./...