summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2017-01-31 21:12:24 +0100
committerGDR! <gdr@gdr.name>2017-01-31 21:12:24 +0100
commit1d49afc7c880d940ba2d75ff7807b64d27de15ca (patch)
tree03f95cf35b8100faea25f5e1847ca95004c85d01
parent7e2e36c9ada68c9cdd7613c2ec35450bc108ff38 (diff)
Install jinja2 in Travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6f5ffee..7927eed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_script:
18 #creating libraries links and updating cache 18 #creating libraries links and updating cache
19 - sudo ldconfig > /dev/null 19 - sudo ldconfig > /dev/null
20 #installing check, needed for unit tests 20 #installing check, needed for unit tests
21 - sudo apt-get install check cmake cscope > /dev/null 21 - sudo apt-get install check cmake python-jinja2 cscope > /dev/null
22 - cd .. 22 - cd ..
23 # toxcore 23 # toxcore
24 - git clone https://github.com/TokTok/c-toxcore.git 24 - git clone https://github.com/TokTok/c-toxcore.git