Skip to content

Commit dd081bd

Browse files
committed
Test against PHP 5.3 through PHP 7 and HHVM
1 parent f9122bf commit dd081bd

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)