Skip to content

Commit e99542f

Browse files
committed
Replace PHP 7.0 CI build with 7.2
1 parent dd2c527 commit e99542f

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
@@ -5,12 +5,12 @@ language: php
55
matrix:
66
fast_finish: true
77
include:
8-
- php: 7.0
98
- php: 7.1
109
env:
1110
- EXECUTE_COVERAGE=true
11+
- php: 7.2
1212
allow_failures:
13-
- php: 7.0
13+
- php: 7.2
1414

1515
notifications:
1616
email: false

0 commit comments

Comments
 (0)