Skip to content

Commit 83ba2e2

Browse files
committed
Merge branch 'v5.3' into v5.4
2 parents 871c0b4 + 62eaf50 commit 83ba2e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6+
- 7.1
67

78
services:
89
- rabbitmq
@@ -11,4 +12,4 @@ before_script:
1112
- composer self-update
1213
- composer install --no-interaction
1314
script:
14-
- phpunit --no-coverage
15+
- phpunit --no-coverage

0 commit comments

Comments
 (0)