summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 60ae6c3..eaad649 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,10 @@ language: cpp
compiler:
- gcc
before_install:
+ - echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
- sudo apt-get update -qq
- - sudo apt-get install -qq texlive texlive-extra-utils libxml2-utils perl
+ - sudo apt-get install -qq texlive texlive-extra-utils libxml2-utils perl cmake
+
script:
- mkdir build
- cd build