Add missing boost dependency for travis
This commit is contained in:
parent
d22fb19e0e
commit
0162757158
@ -3,7 +3,7 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install libboost-dev
|
- sudo apt-get install libboost-dev libboost-all-dev
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user