diff options
author | GDR! <gdr@gdr.name> | 2017-10-20 22:54:23 +0200 |
---|---|---|
committer | GDR! <gdr@gdr.name> | 2017-10-20 22:54:23 +0200 |
commit | 83706eb59257fa069353ef2a2f2c12ab45d7c3f2 (patch) | |
tree | 15aaa09e7613d02950bb5ea7b951d841b3d3112c | |
parent | a2ad73a5b544459a3d0ee8c7e408ac058c040dc0 (diff) |
Travis - fix apt-get for ubuntu 14.04
-rw-r--r-- | .travis.yml | 2 |
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 |