Browse Source

fix CI

for-closed-social
Unknwon 8 years ago
parent
commit
d5b92b61d7
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@ -11,6 +11,9 @@ before_install:
- sudo apt-get install -y libpam-dev
- go get github.com/msteinert/pam
install:
- go get -d ./...
script: go build -v -tags "pam"
notifications:

Loading…
Cancel
Save