Skip to content

Commit 6c299ad

Browse files
Merge pull request #83 from learn-symfony/eugene-matvejev-patch-3
connect Circle CI
2 parents 2084ba2 + 5d7811a commit 6c299ad

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)