Skip to content

Commit 4982b6a

Browse files
Specifies precise for PHP 5.3, enables mongo extension
1 parent 0a7f5a6 commit 4982b6a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
matrix:
2+
include:
3+
- php: 5.3
4+
dist: precise
5+
16
language: php
7+
28
php:
39
- '5.3'
410
- '5.4'
511
- '5.5'
612
- '5.6'
713

8-
install: travis_retry composer update --no-interaction --no-progress --no-suggest --prefer-stable
14+
before_install: echo "extension = <extension>.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
15+
install: travis_retry composer update --no-interaction --no-progress --no-suggest --prefer-stable

0 commit comments

Comments
 (0)