Skip to content

Commit d3c4975

Browse files
Create circle.yml
1 parent 1dd9507 commit d3c4975

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)