Use correct package name for 7z

This commit is contained in:
Sebastian Messmer 2015-10-28 01:59:35 +01:00
parent 3a04c8697f
commit 4f894a551a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ install:
&& rm update_gcc_version.sh
- sudo apt-get install libfuse-dev
# This is needed for packaging distribution packages
- sudo apt-get install 7z
- sudo apt-get install p7zip-full
# Use /dev/urandom when /dev/random is accessed, because travis doesn't have enough entropy
- sudo cp -a /dev/urandom /dev/random
before_script: