trying to fix the cmake version issue

This commit is contained in:
kakwa 2016-09-07 21:29:18 +02:00
parent a36e06bc09
commit 284b3be90b
1 changed files with 11 additions and 9 deletions

View File

@ -17,16 +17,18 @@ before_install:
addons:
apt:
packages:
- cmake
- time
- valgrind
- libxml2-utils
- libc6-dev
- gcc
- g++
- libssl-dev
- cmake
- time
- valgrind
- libxml2-utils
- libc6-dev
- gcc
- g++
- libssl-dev
sources:
- kubuntu-backports
language: cpp
language: c
compiler: clang