Travis should build Tox with Libsodium stable

pull/1243/head
Urras 2015-02-03 09:52:52 -05:00
parent b7e003384f
commit 15f228a855
No known key found for this signature in database
GPG Key ID: 9DD9AB20E51227D2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ before_script:
#installing libsodium, needed for Core
- git clone git://github.com/jedisct1/libsodium.git > /dev/null
- cd libsodium
- git checkout tags/0.7.0 > /dev/null
- git checkout tags/1.0.0 > /dev/null
- ./autogen.sh > /dev/null
- ./configure > /dev/null
- make check -j3 > /dev/null