(only on travis CI) Use /dev/urandom instead of /dev/random, because travis doesn't have enough entropy
This commit is contained in:
parent
117930fad2
commit
d51aee1a79
@ -8,6 +8,7 @@ install:
|
|||||||
&& ./update_gcc_version.sh 4.9
|
&& ./update_gcc_version.sh 4.9
|
||||||
&& rm update_gcc_version.sh
|
&& rm update_gcc_version.sh
|
||||||
- sudo apt-get install libfuse-dev
|
- sudo apt-get install libfuse-dev
|
||||||
|
- sudo cp -a /dev/urandom /dev/random
|
||||||
before_script:
|
before_script:
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
|
||||||
&& chmod +x setup_biicode_project.sh
|
&& chmod +x setup_biicode_project.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user