Skip to content

Commit d6ea2e1

Browse files
committed
Setup CI
1 parent a8aa2f9 commit d6ea2e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
jobs:
3+
test:
4+
docker:
5+
- image: cirrusci/flutter
6+
steps:
7+
- checkout
8+
- run: flutter test

0 commit comments

Comments
 (0)