From c1a7f74dda1915b5dce96e57900ec69ecce9089b Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 31 Oct 2019 05:06:35 +0100 Subject: [PATCH] Revert "Misc: change travis boost version to 1.68" --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index d12c8888908..b10509e2425 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,13 @@ addons: - sourceline: 'ppa:kzemek/boost' packages: - g++-6 - - libboost1.68-dev - - libboost-filesystem1.68-dev - - libboost-iostreams1.68-dev - - libboost-program-options1.68-dev - - libboost-regex1.68-dev - - libboost-system1.68-dev - - libboost-thread1.68-dev + - libboost1.58-dev + - libboost-filesystem1.58-dev + - libboost-iostreams1.58-dev + - libboost-program-options1.58-dev + - libboost-regex1.58-dev + - libboost-system1.58-dev + - libboost-thread1.58-dev - libssl-dev - libmysqlclient-dev - libreadline6-dev