Skip to content

Commit e5d9e38

Browse files
committed
First class support for PHP 5.3 through PHP 7 and HHVM
1 parent 792faff commit e5d9e38

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
language: php
2+
23
php:
34
- 5.3
5+
- 5.4
6+
- 5.5
47
- 5.6
8+
- 7
59
- hhvm
6-
matrix:
7-
allow_failures:
8-
- php: 5.3 # works locally?
10+
11+
sudo: false
12+
913
install:
10-
- composer install --prefer-source --no-interaction
14+
- composer install --no-interaction
15+
1116
script:
1217
- phpunit --coverage-text

0 commit comments

Comments
 (0)