Skip to content

Commit aeecd60

Browse files
committed
Add PHP 7.1 and 7.2 to travis.yml.
Remove all versions that are not actively supported.
1 parent 81db404 commit aeecd60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: php
22
php:
3-
- 5.6
4-
- 5.5
5-
- 5.4
6-
- 5.3
3+
- 7.1
4+
- 7.2
75
- hhvm
86
install:
97
- composer install --prefer-source --no-interaction

0 commit comments

Comments
 (0)