Improve CI processing
This commit is contained in:
parent
e19ecdf3f7
commit
a3e4392e19
@ -46,6 +46,7 @@ before_script:
|
|||||||
|
|
||||||
# Install Composer and project dependencies.
|
# Install Composer and project dependencies.
|
||||||
- (curl -sS https://getcomposer.org/installer || curl -vI https://getcomposer.org/installer && exit 1) | php
|
- (curl -sS https://getcomposer.org/installer || curl -vI https://getcomposer.org/installer && exit 1) | php
|
||||||
|
- echo $PWD && ls -al
|
||||||
- php composer.phar install
|
- php composer.phar install
|
||||||
|
|
||||||
# Install Node dependencies.
|
# Install Node dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user