Add missing boost dependency for travis
This commit is contained in:
parent
d22fb19e0e
commit
0162757158
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user