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 22b2c22..559acd0 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 python-pip cscope libevent-dev libevent-pthreads-2.1 21 - sudo apt-get install check cmake python-pip cscope libevent-dev libevent-pthreads-2.0
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