Version 5.1 - All the GraphQL #32
@ -3,7 +3,7 @@ before_script:
|
|||||||
- bash build/docker_install.sh > /dev/null
|
- bash build/docker_install.sh > /dev/null
|
||||||
# Install composer dependencies
|
# Install composer dependencies
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php composer.phar install
|
- php composer.phar install --no-dev
|
||||||
|
|
||||||
# Composer stores all downloaded packages in the vendor/ directory.
|
# Composer stores all downloaded packages in the vendor/ directory.
|
||||||
# Do not use the following if the vendor/ directory is commited to
|
# Do not use the following if the vendor/ directory is commited to
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install --no-dev
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.5
|
- 5.5
|
||||||
|
Loading…
Reference in New Issue
Block a user