pare down boost apt-get for travis

This commit is contained in:
bert hubert 2018-12-28 19:25:39 +01:00
parent 8851f18cbe
commit 063e658aa9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ before_script:
- sudo apt-get install -yq --no-install-suggests software-properties-common
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -y
- sudo apt-get install -yq --no-install-suggests gcc-5 g++-5 liblmdb-dev libboost-all-dev
- sudo apt-get install -yq --no-install-suggests gcc-5 g++-5 liblmdb-dev libboost-dev libboost-serialization-dev
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install make
script: