summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 113773d69775b98a3b27d9d9a90aa8ca0f6ac1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: go

go:
  - 1.2
  - 1.3
  - 1.4
  - tip

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -y libpam-dev

script: go build -v

notifications:
  email:
    - u@gogs.io
  slack: gophercn:o5pSanyTeNhnfYc3QnG0X7Wx