install libboost-all-dev

This commit is contained in:
Radovan Bast 2015-10-12 23:45:03 +02:00
parent 016f0488b1
commit cff0797b7b

View File

@ -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