Skip to content

Commit

Permalink
libcrack2-dev is needed to to build ruby-password
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Dec 23, 2015
1 parent fb3e3a3 commit cd48932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ language: ruby

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y cracklib-runtime
- sudo apt-get install -y cracklib-runtime libcrack2-dev strace
- gem install bundler
- docker pull ruby:2.2.4-onbuild

Expand All @@ -25,6 +25,7 @@ rvm:
- ruby-head
- 2.2.4
- 2.1.7
- 1.8.7
matrix:
allow_failures:
- rvm: ruby-head
Expand Down

0 comments on commit cd48932

Please sign in to comment.