Skip to content

Commit adb70ad

Browse files
authored
Remove php 5.3 and 5.4 from testing
1 parent 3fbee96 commit adb70ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

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

33
php:
4-
- 5.3
5-
- 5.4
64
- 5.5
75
- 5.6
86
- hhvm
@@ -21,4 +19,4 @@ matrix:
2119
fast_finish: true
2220
allow_failures:
2321
- php: hhvm
24-
- php: hhvm-nightly
22+
- php: hhvm-nightly

0 commit comments

Comments
 (0)