Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 133d334

Browse files
committed
Fix: Run build on PHP7.1
1 parent e3b49ec commit 133d334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6-
- 7.1.0RC3
6+
- 7.1
77
- hhvm
88

99
sudo: false
@@ -25,4 +25,4 @@ script:
2525

2626
matrix:
2727
allow_failures:
28-
- php: 7.1.0RC3
28+
- php: 7.1

0 commit comments

Comments
 (0)