Skip to content

Commit 1064edc

Browse files
committed
Drop PHP 5.3 CI support
…since we can’t test both HHVM and PHP 5.3
1 parent ecda1fe commit 1064edc

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,15 +1,13 @@
11
language: php
22
php:
33
- "5.4"
4-
- "5.3"
54
- "5.5"
65
- "5.6"
76
- "7.0"
87
- "7.1"
98
- "nightly"
109
- hhvm
10+
sudo: false
1111
dist: trusty
1212
before_script: rm composer.lock && composer install
1313
script: ./vendor/phpunit/phpunit/phpunit
14-
sudo: false
15-

0 commit comments

Comments
 (0)