summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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