Skip to content

Commit f04d1b6

Browse files
committed
Merge pull request #4 from WyriHaximus/patch-1
Test against PHP5.5, PHP5.6, PHP7
2 parents 14d6465 + 777b9fa commit f04d1b6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: php
22
php:
3-
- 5.4
43
- 5.3
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7
58
- hhvm
9+
610
before_script:
711
- composer install --dev --prefer-source --no-interaction
812
script:

0 commit comments

Comments
 (0)