We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79617c2 commit 6195a7eCopy full SHA for 6195a7e
.travis.yml
@@ -213,7 +213,7 @@ install:
213
- export PKG_CONFIG_PATH=$ICU_INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH
214
- touch custom_configure_options
215
- ./bin/install-libzip
216
-#- ./bin/install-libsodium
+- ./bin/install-libsodium
217
- ./bin/install-password-argon2
218
- . ./bin/install-onig # sourced to export ONIG_LIBS
219
- 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