Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
2 changed files with 6 additions and 0 deletions
Showing only changes of commit d895c44c0c - Show all commits

1
.travis.ini Normal file
View File

@ -0,0 +1 @@
extension = "redis.so"

View File

@ -10,6 +10,11 @@ php:
- hhvm
- nightly
before_script:
- pecl install redis
- phpenv config-add .travis.ini
script:
- mkdir -p build/logs
- phpunit -c build