(only on travis CI) Use /dev/urandom instead of /dev/random, because travis doesn't have enough entropy

This commit is contained in:
Sebastian Messmer 2015-09-07 16:43:30 +02:00
parent 117930fad2
commit d51aee1a79

View File

@ -8,6 +8,7 @@ install:
&& ./update_gcc_version.sh 4.9
&& rm update_gcc_version.sh
- sudo apt-get install libfuse-dev
- sudo cp -a /dev/urandom /dev/random
before_script:
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
&& chmod +x setup_biicode_project.sh