Improve CI processing

This commit is contained in:
Deon George 2017-12-08 14:37:05 +11:00
parent a3e4392e19
commit 810b6bc32d
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@ before_script:
- docker-php-ext-enable xdebug
# Install Composer and project dependencies.
- (curl -sS https://getcomposer.org/installer || curl -vI https://getcomposer.org/installer && exit 1) | php
- echo $PWD && ls -al
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
# Install Node dependencies.