Skip to content

Commit 906646e

Browse files
Merge branch 'master' into eugene-matvejev-patch-2
2 parents 1d7aa7a + 6c299ad commit 906646e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

circle.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
machine:
2+
php:
3+
version: 7.1.0
4+
5+
dependencies:
6+
cache_directories:
7+
- ~/.composer/cache
8+
override:
9+
- composer install --no-progress --no-interaction
10+
11+
test:
12+
override:
13+
- phpunit -c .
14+
post:
15+
- bash <(curl -s https://codecov.io/bash) -t eaad9275-9810-4190-bd1e-55cb0f5a8899

0 commit comments

Comments
 (0)