Skip to content

Commit

Permalink
Install libpam in Travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
weisslj committed Feb 13, 2017
1 parent 1376819 commit fd29a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ language: c
compiler:
- clang
- gcc
before_install:
- sudo apt-get install -qq libpam0g-dev
script: autoreconf -i && ./configure && make

0 comments on commit fd29a93

Please sign in to comment.