diff --git a/.travis.yml b/.travis.yml index 07cafa91..ec01174d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ branches: only: - master +before_install: + - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini + install: - travis_retry composer install --no-interaction diff --git a/tests/TestCase.php b/tests/TestCase.php index 9a526411..e411b3a1 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -15,8 +15,6 @@ class TestCase extends \Orchestra\Testbench\TestCase { parent::setUp(); - $this->assertSame('Redis', \Redis::class); // (travis test) todo remove this line - Redis::connection('tenancy')->flushdb(); tenant()->create('phpunit.localhost');