Browse Source

fix file

tags/v1.2.0-rc1
Unknwon 10 years ago
parent
commit
59cb7a7937
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml View File

@@ -10,7 +10,9 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libpam-dev

script: go build -v -tags "pam"
script:
- go get github.com/msteinert/pam
- go build -v -tags "pam"

notifications:
email:


Loading…
Cancel
Save