Improve CI processing

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

View File

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