chg: Try to solve the entropy problem on travis.

pull/4812/head
Raphaël Vinot 2019-06-27 10:49:57 +02:00 committed by GitHub
parent 1c3ce7fd64
commit 0f45689ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ before_install:
install:
- sudo add-apt-repository -y ppa:deadsnakes/ppa
- sudo apt-get -y update
# Travis lacks entropy.
- sudo apt-get -y install haveged
- sudo apt-get -y install python3.6 python3-pip python3.6-dev python3-nose libxml2-dev libzmq3-dev zlib1g-dev apache2 curl php-mysql php-dev php-cli libapache2-mod-php libfuzzy-dev php-mbstring libonig4
- sudo apt-get -y dist-upgrade
- wget https://bootstrap.pypa.io/get-pip.py