Travis CI needs libfuse installed

This commit is contained in:
Sebastian Messmer 2015-02-18 17:22:41 +01:00
parent 85845a2005
commit 0ecd5e20e6

View File

@ -6,6 +6,7 @@ before_install:
&& source ./update_gcc_version.sh 4.9
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/install_boost.sh
&& source ./install_boost.sh libboost-filesystem1.55-dev libboost-system1.55-dev
- sudo apt-get install libfuse-dev
before_script:
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
&& source ./setup_biicode_project.sh