From 890b60d9c73cb3ec3f305ba5fc522b6ddc820ba0 Mon Sep 17 00:00:00 2001 From: Ariel Vina-Rodriguez Date: Thu, 25 Feb 2016 19:30:50 +0100 Subject: [PATCH] elimine - sudo apt-get install libboost-filesystem-dev --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8f6c634..96209c96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ matrix: - alsa-oss - libx11-dev - libxft-dev + - libboost-filesystem-dev sources: - ubuntu-toolchain-r-test - env: CXX=g++-4.9 CC=gcc-4.9 @@ -65,7 +66,6 @@ install: - /tmp/tools/cmake --prefix="$HOME" --exclude-subdir before_script : - - sudo apt-get install libboost-filesystem-dev - mkdir bld - cd bld