Skip to content

Commit 597688f

Browse files
committed
Delaying lib install
1 parent df71505 commit 597688f

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
@@ -308,7 +308,6 @@ install:
308308
- touch custom_configure_options
309309
- ./bin/install-libzip
310310
- ./bin/install-libsodium
311-
- ./bin/install-password-argon2
312311
- . ./bin/install-onig # sourced to export ONIG_LIBS
313312
- 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
314313
- |
@@ -318,6 +317,7 @@ install:
318317
cp default_configure_options.$RELEASE $HOME/.php-build/share/php-build/default_configure_options
319318
fi
320319
- cat custom_configure_options >> $HOME/.php-build/share/php-build/default_configure_options
320+
- ./bin/install-password-argon2
321321
- |
322322
if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" || $(lsb_release -cs) = "bionic" ]]; then
323323
if [[ $HOSTTYPE == "powerpc64le" ]]; then

0 commit comments

Comments
 (0)