Comments in .travis.yml

This commit is contained in:
Sebastian Messmer 2015-09-07 16:44:40 +02:00
parent d51aee1a79
commit 9875b66df6

View File

@ -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
# Use /dev/urandom when /dev/random is accessed, because travis doesn't have enough entropy
- sudo cp -a /dev/urandom /dev/random - 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