Skip to content

Commit

Permalink
fix travis sodium version
Browse files Browse the repository at this point in the history
  • Loading branch information
dubslow committed Sep 5, 2014
1 parent f383151 commit 9748dc4
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 @@ -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.4.2 > /dev/null
- git checkout tags/0.7.0 > /dev/null
- ./autogen.sh > /dev/null
- ./configure > /dev/null
- make check -j3 > /dev/null
Expand Down

0 comments on commit 9748dc4

Please sign in to comment.