Skip to content

Commit

Permalink
Travis - fix apt-get for ubuntu 14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Oct 20, 2017
1 parent a2ad73a commit 83706eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:
#creating libraries links and updating cache
- sudo ldconfig > /dev/null
#installing check, needed for unit tests
- sudo apt-get install check cmake python-pip cscope libevent-dev libevent-pthreads-2.1
- sudo apt-get install check cmake python-pip cscope libevent-dev libevent-pthreads-2.0
- cd ..
# toxcore
- git clone https://github.com/TokTok/c-toxcore.git
Expand Down

0 comments on commit 83706eb

Please sign in to comment.