Skip to content

Commit 722f6ce

Browse files
author
Corey McCormick
committed
Drop PHP5.5 support
1 parent c9be89c commit 722f6ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: php
22
sudo: false
33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- hhvm
87

98
before_script:
109
- composer install --dev
1110
- composer update -o
12-
11+
1312
script: phpunit --bootstrap tests/bootstrap.php --configuration phpunit.xml tests

0 commit comments

Comments
 (0)