diff --git a/.travis.yml b/.travis.yml index a0510898..aef48ee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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