Skip to content

Commit 824c6e0

Browse files
authored
Merge pull request #1000 from soyuka/2.0
Attempt to fix tests (segfault php 7)
2 parents 603ad01 + 53c5711 commit 824c6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
- php: '7.0'
1313
- php: '7.1.0' # Prevent phpdbg's segfaults
1414
env: coverage=1 lint=1
15-
- php: '7.1'
15+
- php: '7.1.0'
1616
env: deps='low'
1717

1818
before_install:

0 commit comments

Comments
 (0)