summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 144a2f795948910bc217d6e74872f120a4b35ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 -cover .