Skip to content

Commit

Permalink
sudo required
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 21, 2017
1 parent 86c6b61 commit 88ca605
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis-libsodium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ set -e
git clone https://github.com/jedisct1/libsodium.git --branch=stable
cd libsodium
./configure --disable-dependency-tracking --enable-minimal --prefix=/usr
make -j$(nproc) install
make -j$(nproc)
sudo make install
/sbin/ldconfig ||:
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
dist: trusty
sudo: required

language: c

compiler:
Expand Down

0 comments on commit 88ca605

Please sign in to comment.