Skip to content

Commit df2c29a

Browse files
committed
Drop PHP 5.4 support
1 parent 4e5b294 commit df2c29a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0
@@ -23,10 +22,10 @@ matrix:
2322
fast_finish: true
2423

2524
include:
26-
- php: 5.4
25+
- php: 5.5
2726
env: PHPCS=1 DEFAULT=0
2827

29-
- php: 5.4
28+
- php: 5.5
3029
env: COVERALLS=1 DEFAULT=0
3130

3231
- php: hhvm

0 commit comments

Comments
 (0)