-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
21 lines (19 loc) · 734 Bytes
/
circle.yml
File metadata and controls
21 lines (19 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
machine:
php:
version: 5.6.17
dependencies:
cache_directories:
- "~/.composer"
test:
override:
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug --coverage-clover build/logs/clover.xml --coverage-text"
- "phpenv local 5.6.22"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
- "phpenv local 7.0.4"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
- "phpenv local 7.0.7"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
- "phpenv local 7.0.11"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
post:
- bash bin/send-test-coverage