Skip to content

Commit 2600ebc

Browse files
committed
Merge pull request #62 from LExpress/php-5.6
Add support for PHP 5.6
2 parents 6ca925f + ea2baf7 commit 2600ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
78

89
before_script:
910
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'

0 commit comments

Comments
 (0)