There was an error while loading. Please reload this page.
1 parent 18ccda0 commit 0cdb9f8Copy full SHA for 0cdb9f8
.travis.yml
@@ -1,5 +1,5 @@
1
sudo: required
2
-dist: trusty
+dist: bionic
3
4
os: linux
5
@@ -75,5 +75,5 @@ script:
75
- nginx -V
76
- ldd `which nginx`|grep -E 'luajit|ssl|pcre'
77
- docker run -d -p 6379:6379 --rm --name redis-redisbloom redislabs/rebloom:latest
78
- - TEST_SUBSYSTEM=http prove -r t
79
- - TEST_SUBSYSTEM=stream prove -r t
+ - TEST_SUBSYSTEM=http prove -I. -r t
+ - TEST_SUBSYSTEM=stream prove -I. -r t
0 commit comments