summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-08-15 18:36:25 +0200
committerGDR! <gdr@gdr.name>2020-08-15 18:36:25 +0200
commitb139b0dfe6e2aa25f35b1956093d2fd9f26f4f2d (patch)
tree724d8386fb8910195580a78d6002c4b6a3beb793
parent0cd42e68da86950f912a0858c34473b2c8326883 (diff)
Fix travis
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c723ec..300c5a7 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 python3-requests python3-jinja2 cscope libevent-dev libevent-pthreads-2.1 21 - sudo apt-get install check cmake cscope python3-requests python3-jinja2 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
@@ -28,12 +28,7 @@ before_script:
28 - sudo make install 28 - sudo make install
29 - sudo ldconfig 29 - sudo ldconfig
30 - cd .. 30 - cd ..
31 - sudo apt-get install cscope python-jinja2 python-requests python-virtualenv
32 - pushd . 31 - pushd .
33 - sudo pip install jinja2 requests
34 - virtualenv venv
35 - venv/bin/pip install jinja2 requests
36 - source venv/bin/activate
37 32
38script: 33script:
39 - popd 34 - popd