Version 5.1 - All the GraphQL #32
@ -3,7 +3,7 @@ before_script:
|
||||
- bash build/docker_install.sh > /dev/null
|
||||
# Install composer dependencies
|
||||
- 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.
|
||||
# Do not use the following if the vendor/ directory is commited to
|
||||
|
@ -1,7 +1,7 @@
|
||||
language: php
|
||||
|
||||
install:
|
||||
- composer install
|
||||
- composer install --no-dev
|
||||
|
||||
php:
|
||||
- 5.5
|
||||
|
Loading…
Reference in New Issue
Block a user