Skip to content

Commit 798cecd

Browse files
committed
Remove PHP 5.3 and add 7.x to travis tests
1 parent 9577ca0 commit 798cecd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: php
22
dist: trusty
33
php:
4+
- "7.1"
5+
- "7.0"
6+
- "5.6"
47
- "5.5"
58
- "5.4"
6-
- "5.3"
79
- "hhvm"
810
install:
911
- composer install

0 commit comments

Comments
 (0)