This repository was archived by the owner on Nov 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
31 lines (29 loc) · 1.26 KB
/
circle.yml
File metadata and controls
31 lines (29 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.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"
- "phpenv local 7.0.17"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
- "phpenv local 7.0.20"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
- "phpenv local 7.0.24"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
- "phpenv local 7.1.3"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
- "phpenv local 7.1.6"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
- "phpenv local 7.1.9"
- "php vendor/bin/phpunit --configuration=tests/phpunit.xml --verbose --debug"
post:
- bash bin/send-test-coverage