use boost 1.56 in travis build

This commit is contained in:
Patrick Brosi 2018-07-03 19:27:20 +02:00
parent a0c7d3a238
commit 4fb31679d9
2 changed files with 5 additions and 4 deletions

View file

@ -5,11 +5,12 @@ dist: trusty
addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5
- libboost-all-dev
- libboost1.56-all-dev
- cmake
env:

View file

@ -18,8 +18,8 @@ Precise map-matching for public transit schedules (GTFS data).
## Requirements
* `cmake`
* `gcc`
* `libboost-system`, `libboost-filesystem`, `libboost-geometry`
* `gcc` >= 5
* `libboost-system` >= 1.56, `libboost-filesystem` >= 1.56, `libboost-geometry` >= 1.56
## Building and Installation
@ -115,4 +115,4 @@ On Debianesque systems, type
sudo apt-get install zlib1g-dev
```
to install the dependencies.
to install the dependencies.