Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 091725c

Browse files
committed
Travis CI
1 parent a06f423 commit 091725c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)