Add dependencies in .travis.yml

Add also kalakris-cmake as source for apt
This commit is contained in:
Matthias Beyer 2016-07-02 21:33:42 +02:00
parent fcc0fce80a
commit e385927316
1 changed files with 6 additions and 1 deletions

View File

@ -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 &&