Attempt moving config file in a different way
This commit is contained in:
parent
1d2936df92
commit
ac76994a70
@ -4,6 +4,8 @@ before_script:
|
||||
# Install composer dependencies
|
||||
- curl -sS https://getcomposer.org/installer | php
|
||||
- php composer.phar install
|
||||
# Move redis test config file into place
|
||||
- mv "./tests/redis.toml" "./app/config/redis.toml"
|
||||
|
||||
# Composer stores all downloaded packages in the vendor/ directory.
|
||||
# Do not use the following if the vendor/ directory is commited to
|
||||
|
@ -16,10 +16,6 @@ apt-get install git unzip libfreetype6 libjpeg62-turbo libmcrypt4 libpng12-0 lib
|
||||
curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
|
||||
chmod +x /usr/local/bin/phpunit
|
||||
|
||||
# Move redis test config file into place
|
||||
mv "$DIR/tests/redis.toml" "$DIR/app/config/redis.toml"
|
||||
|
||||
|
||||
# Install gd
|
||||
docker-php-ext-configure gd --enable-gd-native-ttf --with-jpeg-dir=/usr/lib/x86_64-linux-gnu --with-png-dir=/usr/lib/x86_64-linux-gnu --with-freetype-dir=/usr/lib/x86_64-linux-gnu
|
||||
docker-php-ext-install gd
|
||||
|
Loading…
Reference in New Issue
Block a user