From e0f31226db0a6f5b5ace52ae8fce6a72e63acb7c Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 4 Jun 2015 20:21:23 -0400 Subject: [PATCH] update boost package in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d45a10b0..6676412e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: cpp before_script: - - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost-dev boost-build boost-jam; fi + - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.48-dev; fi - if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi script: