Skip to content

Commit 7f80b09

Browse files
committed
First class support for PHP 5.3 through PHP 7 and HHVM
1 parent d00794d commit 7f80b09

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
language: php
2+
23
php:
34
- 5.3
45
- 5.4
6+
- 5.5
7+
- 5.6
8+
- 7
59
- hhvm
10+
611
services:
712
- redis-server
8-
before_script:
9-
- composer install --prefer-source --no-interaction
13+
14+
sudo: false
15+
16+
install:
17+
- composer install --no-interaction
18+
1019
script:
1120
- phpunit --coverage-text

0 commit comments

Comments
 (0)