Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 298c01b

Browse files
committed
Add missing circleCI config file
1 parent f8f27de commit 298c01b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

circle.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
machine:
2+
php:
3+
version: 5.6.17
4+
5+
dependencies:
6+
pre:
7+
- pecl install xdebug
8+
- echo "date.timezone = \"Europe/Paris\"" > /opt/circleci/php/$(phpenv global)/etc/conf.d/date.ini
9+
10+
test:
11+
override:
12+
- vendor/bin/phpunit -c phpunit.xml.dist --coverage-html "${CIRCLE_ARTIFACTS}/coverage/html"

0 commit comments

Comments
 (0)