Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06f423 commit 091725cCopy full SHA for 091725c
.travis.yml
@@ -0,0 +1,8 @@
1
+sudo: required
2
+language: php
3
+php: 7.0
4
+services: redis-server
5
+before_install: phpize
6
+install: ./configure --prefix=/usr && sudo make install
7
+before_script: echo 'extension = redis.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
8
+script: php tests/TestRedis.php
0 commit comments