Skip to content

Commit 53c5711

Browse files
committed
Fix travis DEPS=low segfault php 7.0
1 parent 603ad01 commit 53c5711

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)