summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-02 21:33:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-07 17:11:23 +0200
commite38592731628a4bda13ef46deb7c2407dcde2672 (patch)
treeefdecf237af2967ccaf24df3726edc3f541085ae /.travis.yml
parentfcc0fce80aa87d44a1a4816798821b6f3e1409b3 (diff)
Add dependencies in .travis.yml
Add also kalakris-cmake as source for apt
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 94325312..8b2752fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,9 +60,14 @@ script:
addons:
apt:
packages:
+ - cmake
- libcurl4-openssl-dev
- - libelf-dev
- libdw-dev
+ - libelf-dev
+ - libzzip-dev
+ - tree
+ sources:
+ - kalakris-cmake
after_success:
- |
pushd .imag-documentation &&