Skip to content

Commit 6dea85c

Browse files
committed
Implemented: Adds moar PHP versions to travis build.
1 parent b2924b5 commit 6dea85c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
language: php
22
php:
3+
- 5.6
34
- 5.5
45
- 5.4
56
- 5.3
7+
- hhvm
8+
9+
matrix:
10+
fast_finish: true
11+
allow_failures:
12+
- php: hhvm
613

714
before_script:
815
- composer install

0 commit comments

Comments
 (0)