Skip to content

Commit 95300bc

Browse files
committed
Merge pull request #7 from clue-labs/php
First class support for PHP 5.3 through PHP 7 and HHVM
2 parents f9122bf + dd081bd commit 95300bc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
language: php
2+
23
php:
34
- 5.3
5+
- 5.4
6+
- 5.5
47
- 5.6
8+
- 7
59
- hhvm
10+
11+
sudo: false
12+
613
install:
7-
- composer install --prefer-source --no-interaction
14+
- composer install --no-interaction
15+
816
script:
917
- phpunit --coverage-text

0 commit comments

Comments
 (0)