From d51aee1a798789286072890a99c23e72696d81de Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Mon, 7 Sep 2015 16:43:30 +0200 Subject: [PATCH] (only on travis CI) Use /dev/urandom instead of /dev/random, because travis doesn't have enough entropy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 78ae49d4..ca5b1c55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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