From fa6b7d7e09f7033761cc5faf3abc0cc45d56daae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 14 Sep 2016 14:52:29 +0200 Subject: [PATCH] Fix travis --- installing_deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index 0fbf86be..225e3858 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -21,7 +21,6 @@ sudo apt-get install libev-dev libgmp-dev sudo apt-get install graphviz #needed for mathplotlib -test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/ sudo easy_install -U distribute # ssdeep sudo apt-get install libfuzzy-dev