fix apt-get

This commit is contained in:
Holger Nahrstaedt 2016-03-09 16:36:54 +01:00
parent ce2a416bda
commit 32738628ee

View File

@ -28,7 +28,7 @@ matrix:
- compiler: clang - compiler: clang
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libboost-dev ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libboost-all-dev ; fi
install: install:
before_script: before_script: