From cff0797b7b7f1466edb05b783eff7e8d9b76fdb3 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 12 Oct 2015 23:45:03 +0200 Subject: [PATCH] install libboost-all-dev --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dc5db52..8e5cf5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ addons: - libopenmpi-dev # Python library, development version - libpython2.7 + # Boost + - libboost-all-dev before_install: - if test ${TRAVIS_OS_NAME} = osx; then brew update; fi - if test ${TRAVIS_OS_NAME} = osx; then brew outdated xctool || brew upgrade xctool; fi