Skip to content

Commit 6195a7e

Browse files
committed
Re-enable libsodium
1 parent 79617c2 commit 6195a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ install:
213213
- export PKG_CONFIG_PATH=$ICU_INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH
214214
- touch custom_configure_options
215215
- ./bin/install-libzip
216-
#- ./bin/install-libsodium
216+
- ./bin/install-libsodium
217217
- ./bin/install-password-argon2
218218
- . ./bin/install-onig # sourced to export ONIG_LIBS
219219
- MINOR_VERSION=`echo $VERSION | sed -E 's/^([0-9]+\.[0-9]+).*$/\1/'` # Rewrites 7.2, 7.2snapshot, 7.2.13 => '7.2'. Leaves 'master' as-is

0 commit comments

Comments
 (0)