URI:
       ttravis fix to force apt to overwrite new conf files - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7e88c5d07b24a54e8da44dbddcdd95402c95f3ba
   DIR parent 99bb7fd06732e8226ad3944209e9a55ea46203f0
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Fri, 18 Nov 2016 14:27:04 +0100
       
       ttravis fix to force apt to overwrite new conf files
       
       Diffstat:
         M .travis.yml                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       t@@ -7,7 +7,7 @@ env:
        
        before_install:
          - sudo apt-get -qq update
       -  - sudo apt-get install --no-install-recommends -y zsh sudo gnupg cryptsetup pinentry-curses gawk  libgcrypt20-dev steghide qrencode e2fsprogs
       +  - sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install --no-install-recommends -y zsh sudo gnupg cryptsetup pinentry-curses gawk  libgcrypt20-dev steghide qrencode e2fsprogs
        
        script:
          - make test