summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 779127e..22b2c22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ before_script:
6 #installing libsodium, needed for Core 6 #installing libsodium, needed for Core
7 - git clone git://github.com/jedisct1/libsodium.git > /dev/null 7 - git clone git://github.com/jedisct1/libsodium.git > /dev/null
8 - cd libsodium 8 - cd libsodium
9 - git checkout tags/1.0.0 > /dev/null 9 - git checkout tags/1.0.15 > /dev/null
10 - ./autogen.sh > /dev/null 10 - ./autogen.sh > /dev/null
11 - ./configure > /dev/null 11 - ./configure > /dev/null
12 - make check -j3 > /dev/null 12 - make check -j3 > /dev/null
@@ -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 21 - sudo apt-get install check cmake python-pip cscope libevent-dev libevent-pthreads-2.1
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