Skip to content

Commit 6da2145

Browse files
authored
Add CircleCI (#34)
1 parent c94f45b commit 6da2145

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2.1
2+
executors:
3+
default:
4+
docker:
5+
- image: cimg/php:7.0
6+
- image: cimg/php:7.1
7+
- image: cimg/php:7.2
8+
- image: cimg/php:7.3
9+
- image: cimg/php:7.4
10+
orbs:
11+
php-coveralls: nekman/php-coveralls@0.0.1
12+
php-cs-fixer: stockfiller/php-cs-fixer@0.0.10
13+
workflows:
14+
foo:
15+
jobs:
16+
- php-coveralls/test_and_upload
17+
- php-cs-fixer/fix

0 commit comments

Comments
 (0)