diff options
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 1e3b533d441..f3c1af1d9a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,14 +9,10 @@ git: addons: apt: + sources: + - sourceline: 'ppa:mhier/libboost-latest' packages: - - 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 + - boost1.67 - libssl-dev - libmysqlclient-dev - libreadline6-dev |