Skip to content

Commit 0cdb9f8

Browse files
authored
travis-ci: upgrade dist of travis-ci to ubuntu bionic. (openresty#238)
1 parent 18ccda0 commit 0cdb9f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: trusty
2+
dist: bionic
33

44
os: linux
55

@@ -75,5 +75,5 @@ script:
7575
- nginx -V
7676
- ldd `which nginx`|grep -E 'luajit|ssl|pcre'
7777
- 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
78+
- TEST_SUBSYSTEM=http prove -I. -r t
79+
- TEST_SUBSYSTEM=stream prove -I. -r t

0 commit comments

Comments
 (0)