Skip to content

Commit 03c768f

Browse files
committed
Fix the PHP version
1 parent eb4830c commit 03c768f

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
@@ -10,7 +10,7 @@ cache:
1010
matrix:
1111
include:
1212
- php: '7.0'
13-
- php: '7.1'
13+
- php: '7.1.0' # Prevent phpdbg's segfaults
1414
env: coverage=1 lint=1
1515
- php: '7.1'
1616
env: deps='low'

0 commit comments

Comments
 (0)