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 877c55d commit 075afbeCopy full SHA for 075afbe
.travis.yml
@@ -386,7 +386,7 @@ install:
386
- touch custom_configure_options
387
- ./bin/install-libzip
388
- ./bin/install-libsodium
389
- - ./bin/install-password-argon2
+ - sudo ./bin/install-password-argon2
390
- . ./bin/install-onig # sourced to export ONIG_LIBS
391
- 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
392
- |
0 commit comments