Commit a75c07be by Carsten Brandt

print travis ENV

parent 0e3d48f2
...@@ -29,6 +29,7 @@ class MemCacheTest extends CacheTestCase ...@@ -29,6 +29,7 @@ class MemCacheTest extends CacheTestCase
public function testExpire() public function testExpire()
{ {
print_r($_ENV);
if (isset($_ENV['TRAVIS']) && $_ENV['TRAVIS']) { if (isset($_ENV['TRAVIS']) && $_ENV['TRAVIS']) {
$this->markTestSkipped('Can not reliably test memcache expiry on travis-ci.'); $this->markTestSkipped('Can not reliably test memcache expiry on travis-ci.');
} }
......
...@@ -29,6 +29,7 @@ class MemCachedTest extends CacheTestCase ...@@ -29,6 +29,7 @@ class MemCachedTest extends CacheTestCase
public function testExpire() public function testExpire()
{ {
print_r($_ENV);
if (isset($_ENV['TRAVIS']) && $_ENV['TRAVIS']) { if (isset($_ENV['TRAVIS']) && $_ENV['TRAVIS']) {
$this->markTestSkipped('Can not reliably test memcached expiry on travis-ci.'); $this->markTestSkipped('Can not reliably test memcached expiry on travis-ci.');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment