Skip to content

Commit

Permalink
try to fix libsodium install on travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Jun 13, 2017
1 parent 6456dfb commit f2f2233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ install_coveralls() {
# install libsodium
install_sodium() {
sudo apt-get install libsodium-dev -y
pecl channel-update pecl.php.net
pecl install libsodium
}

Expand Down

0 comments on commit f2f2233

Please sign in to comment.