Remove boost stuff from travis config

This commit is contained in:
Davis King 2018-01-17 07:08:15 -05:00
parent e1215e5ce5
commit 63f430abfc
1 changed files with 0 additions and 4 deletions

View File

@ -41,9 +41,7 @@ matrix:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- boost-latest
packages: packages:
- libboost-python1.55-dev
- *gcc5_pkgs - *gcc5_pkgs
# build the python3 extension # build the python3 extension
- compiler: gcc - compiler: gcc
@ -57,9 +55,7 @@ matrix:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- boost-latest
packages: packages:
- libboost-python1.55-dev
- python3 - python3
- python3-pip - python3-pip
- *gcc5_pkgs - *gcc5_pkgs