Skip to content

Commit

Permalink
Check that everything builds with minimal libsodium builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 21, 2017
1 parent 42642a0 commit 1d151e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apk add coreutils
apk add ldns-dev

cd libsodium
./configure --disable-dependency-tracking --prefix=/usr
./configure --disable-dependency-tracking --enable-minimal --prefix=/usr
make clean > /dev/null
make -j$(nproc) check
make -j$(nproc) install
Expand Down

0 comments on commit 1d151e6

Please sign in to comment.