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 a3994d2 commit e06c801Copy full SHA for e06c801
.travis.yml
@@ -212,7 +212,7 @@ install:
212
- export PKG_CONFIG_PATH=$ICU_INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH
213
- touch custom_configure_options
214
- ./bin/install-libzip
215
-- ./bin/install-libsodium
+#- ./bin/install-libsodium
216
- ./bin/install-password-argon2
217
- . ./bin/install-onig # sourced to export ONIG_LIBS
218
- 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