mirror of https://github.com/davisking/dlib.git
Remove boost stuff from travis config
This commit is contained in:
parent
e1215e5ce5
commit
63f430abfc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue