Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit c6bb58f

Browse files
committed
don't force support for EOL versions of PHP
use travis containers & start supporting php 7.0
1 parent 05ac10f commit c6bb58f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: php
22

3+
sudo: false
4+
35
php:
4-
- 5.4
56
- 5.5
67
- 5.6
8+
- 7.0
79
- hhvm
8-
matrix:
9-
allow_failures:
10-
- php: hhvm
1110

1211
before_script:
1312
- composer install -n

0 commit comments

Comments
 (0)