Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit b9bd081

Browse files
Add php 7.0 into travis
1 parent a126670 commit b9bd081

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
@@ -4,11 +4,18 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
8+
- hhvm
79

810
before_install: echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
911

1012
before_script:
1113
- travis_retry composer self-update
1214
- travis_retry composer install --prefer-source --no-interaction --dev
1315

16+
matrix:
17+
allow_failures:
18+
- php: 7.0
19+
- php: hhvm
20+
1421
script: phpunit

0 commit comments

Comments
 (0)