Attempt tests without redis for now

This commit is contained in:
Timothy Warren 2016-07-18 10:16:21 -04:00
parent 8e00f3a59d
commit b271fd48a6
1 changed files with 2 additions and 8 deletions

View File

@ -7,14 +7,8 @@ set -xe
# Install git (the php image doesn't have it) which is required by composer
apt-get update -yqq
apt-get install git libsqlite3-dev -yqq
apt-get install git -yqq
# Install phpunit, the tool that we will use for testing
curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
chmod +x /usr/local/bin/phpunit
# Install mysql driver
# Here you can install any other extension that you need
docker-php-ext-install pdo_sqlite
pecl install redis
docker-php-ext-enable redis
chmod +x /usr/local/bin/phpunit