Force boost 1.54

This commit is contained in:
Maxime Coste 2014-11-21 13:50:44 +00:00
parent daaeaf4a84
commit 82cbb31fbf

View File

@ -10,5 +10,5 @@ before_install:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -y g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX=g++-4.8; fi
- sudo apt-get install -y libncursesw5-dev
- sudo apt-get install -y libboost-regex-dev
- sudo apt-get install -y libboost-regex1.54-dev
script: cd src && make && make test