Skip to content

Commit 62eaf50

Browse files
committed
Travis: PHP 7.1
1 parent 7f5818a commit 62eaf50

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)