Remove wget install
This commit is contained in:
parent
c79e019594
commit
7f73a9c61b
@ -6,7 +6,6 @@ before_script:
|
||||
test:app:
|
||||
#when: manual
|
||||
before_script:
|
||||
- apt-get install -y wget
|
||||
- wget https://composer.github.io/installer.sig -O - -q | tr -d '\n' > installer.sig
|
||||
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
- php -r "if (hash_file('SHA384', 'composer-setup.php') === file_get_contents('installer.sig')) { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
|
||||
|
Loading…
x
Reference in New Issue
Block a user