Skip to content

Commit

Permalink
travis: install pam
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Jan 23, 2016
1 parent a6a559b commit f229da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get -y install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager
- sudo apt-get -y install -qq realpath || true
- sudo apt-get -y install -qq automake libtool libattr1-dev
- sudo apt-get -y install -qq automake libtool libattr1-dev libpam0g-dev
# need to modprobe fuse to run the tests...
#script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh
script: ./bootstrap.sh && ./configure && make -j4 && make tests
Expand Down

0 comments on commit f229da9

Please sign in to comment.