Add missing boost dependency for travis

This commit is contained in:
Jason Turner 2014-03-10 14:48:59 -06:00
parent d22fb19e0e
commit 0162757158

View File

@ -3,7 +3,7 @@ compiler:
- gcc
- clang
before_install:
- sudo apt-get install libboost-dev
- sudo apt-get install libboost-dev libboost-all-dev
script:
- mkdir build
- cd build