Version 5.1 - All the GraphQL #32
1
.travis.ini
Normal file
1
.travis.ini
Normal file
@ -0,0 +1 @@
|
||||
extension = "redis.so"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user