Skip to content

Commit c752238

Browse files
committed
Use boost 1.64 on travis
1 parent a8c15cf commit c752238

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ matrix:
2929

3030
before_install:
3131
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
32-
sudo apt-get install libboost-dev;
32+
sudo add-apt-repository ppa:nschloe/boost-nightly;
33+
sudo apt-get update;
34+
sudo apt-get install boost1.64;
3335
fi
3436

3537
script: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DDISRUPTOR_BUILD_TESTS=true .. && make && make test

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy