Skip to content

Commit b6ce0b8

Browse files
Add .circleci/config.yml
1 parent df372b6 commit b6ce0b8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2.1
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: circleci/php:7.3-cli-buster
7+
steps:
8+
- checkout
9+
- run: echo "test"
10+
11+
workflows:
12+
build_and_test:
13+
jobs:
14+
- build

0 commit comments

Comments
 (0)