Skip to content

Commit 075afbe

Browse files
committed
sudo
1 parent 877c55d commit 075afbe

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
@@ -386,7 +386,7 @@ install:
386386
- touch custom_configure_options
387387
- ./bin/install-libzip
388388
- ./bin/install-libsodium
389-
- ./bin/install-password-argon2
389+
- sudo ./bin/install-password-argon2
390390
- . ./bin/install-onig # sourced to export ONIG_LIBS
391391
- 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
392392
- |

0 commit comments

Comments
 (0)