Remove apt addons which are not needed anymore

This commit is contained in:
Matthias Beyer 2017-09-28 22:46:34 +02:00
parent 521415cc12
commit 8933648657

View file

@ -25,17 +25,6 @@ script:
- |
cargo build --all --verbose -j 1 && cargo test --all --verbose -j 1
addons:
apt:
packages:
- cmake
- libcurl4-openssl-dev
- libdw-dev
- libelf-dev
- libzzip-dev
sources:
- kalakris-cmake
notifications:
email:
on_success: never