Skip to content

Commit b2d6df9

Browse files
author
Dimitri van Heesch
committed
Fix for Travis Build (take 3)
1 parent c6ea064 commit b2d6df9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
language: cpp
22
compiler:
33
- gcc
4+
- clang
5+
46
before_install:
7+
- sudo apt-add-repository ppa:smspillaz/cmake-2.8.12 -y
58
- sudo add-apt-repository ppa:texlive-backports/ppa -y
69
- sudo apt-get update -qq
7-
- sudo apt-get install -qq texlive texlive-extra-utils texlive-latex-extra libxml2-utils
10+
11+
install:
12+
- sudo apt-get install -qq texlive texlive-extra-utils texlive-latex-extra libxml2-utils
13+
- sudo apt-get install -qq cmake cmake-data
814

915
script:
1016
- mkdir build

0 commit comments

Comments
 (0)