Skip to content

Commit 65a3572

Browse files
committed
Add PHP 7.1 to the Travis CI matrix
1 parent ade52b3 commit 65a3572

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ language: php
22

33
php:
44
- 7.0
5+
- 7.1
6+
7+
matrix:
8+
fast_finish: true
9+
allow_failures:
10+
- php: 7.1
511

612
notifications:
713
email: false

0 commit comments

Comments
 (0)