From a2377af05911fbf6f92748a1aee9c6f0fe2a0622 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 1 Jan 2019 23:11:40 +0100 Subject: [PATCH] travis: don't specify the boost version we need, to get the latest --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6cc7f919d4..307852c096 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,19 +14,17 @@ addons: apt: update: true allow_unauthenticated: yes -# sources: -# - sourceline: ppa:samuel-bachmann/boost # Get boost 1.60 for Trusty packages: - cmake - valgrind - default-jdk - gfortran - - libboost1.60-dev - - libboost1.60-all-dev + - libboost-dev + - libboost-all-dev - libdw-dev - libevent-dev - libunwind8-dev - - pybind11-dev # not available on Trusty + - pybind11-dev homebrew: packages: - python -- 2.20.1