Skip to content

Commit

Permalink
Bump versions and new deps in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Oct 20, 2017
1 parent 00e059f commit 77177d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_script:
#installing libsodium, needed for Core
- git clone git://github.com/jedisct1/libsodium.git > /dev/null
- cd libsodium
- git checkout tags/1.0.0 > /dev/null
- git checkout tags/1.0.15 > /dev/null
- ./autogen.sh > /dev/null
- ./configure > /dev/null
- make check -j3 > /dev/null
Expand All @@ -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
- sudo apt-get install check cmake python-pip cscope libevent-dev libevent-pthreads-2.1
- cd ..
# toxcore
- git clone https://github.com/TokTok/c-toxcore.git
Expand Down

0 comments on commit 77177d3

Please sign in to comment.