summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-28 22:46:34 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-28 22:46:34 +0200
commit8933648657f28da8dd35b30b2c313b3bd1864fed (patch)
treee2e9ebc3574dcd3d510fcc9b0b3a2d78bd6b0597 /.travis.yml
parent521415cc1214c1d8208ffea79e3bc077b1b7c74f (diff)
Remove apt addons which are not needed anymore
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b98af6d..56cc77cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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