We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633d374 commit e816004Copy full SHA for e816004
.travis.yml
@@ -48,3 +48,6 @@ before_install:
48
49
- docker ps;
50
- sleep 5;
51
+
52
+before_script:
53
+ - if [[ $TRAVIS_PHP_VERSION = 'hhvm' ]] ; then rm ./tests/Unit/Client/AbstractRedisClientIsolatedTest.php; fi;
0 commit comments