Skip to content
Snippets Groups Projects
Commit e83ea295 authored by David Alger's avatar David Alger
Browse files

Removed \ from command string (worked, but also gave warning)

parent a15a9fce
No related merge requests found
...@@ -28,7 +28,7 @@ before_install: ...@@ -28,7 +28,7 @@ before_install:
$HOME/.cache/bin/composer self-update; echo ''; $HOME/.cache/bin/composer self-update; echo '';
else else
mkdir -p $HOME/.cache/bin; mkdir -p $HOME/.cache/bin;
curl --connect-timeout 30 -sS https://getcomposer.org/installer \ curl --connect-timeout 30 -sS https://getcomposer.org/installer
| php -- --install-dir $HOME/.cache/bin/ --filename composer; | php -- --install-dir $HOME/.cache/bin/ --filename composer;
fi fi
fi' fi'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment