Again.
This commit is contained in:
parent
60c824a7c2
commit
5969deb49c
@ -1,10 +1,17 @@
|
||||
image: composer/composer:master
|
||||
image: tetraweb/php
|
||||
|
||||
before_script:
|
||||
- bash ci/docker_install.sh > /dev/null
|
||||
#before_script:
|
||||
#- bash ci/docker_install.sh > /dev/null
|
||||
|
||||
test:app:
|
||||
#when: manual
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install zip unzip
|
||||
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
- php composer-setup.php
|
||||
- php -r "unlink('composer-setup.php');"
|
||||
- php composer.phar update
|
||||
script:
|
||||
- cd api
|
||||
- composer install
|
||||
|
Loading…
x
Reference in New Issue
Block a user