Move installing of deps to the docker container, instead of installing on the host machine on travis

This commit is contained in:
André Luis Leal Cardoso Junior 2019-04-08 20:59:06 -03:00
parent f80697215f
commit a55fa18a52
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gdb \
llvm-6.0-tools \
libedit-dev \
libssl-dev \
pkg-config \
zlib1g-dev \
xz-utils