Add CircleCI config

This commit is contained in:
Vishesh Handa
2019-02-02 17:52:42 +01:00
parent 21ab144b18
commit e948a23c55

13
.circleci/config.yml Normal file
View File

@ -0,0 +1,13 @@
version: 2
jobs:
build:
docker:
- image: cirrusci/flutter
steps:
- checkout
- run:
name: Test
command: flutter test
- run:
name: Analyze
command: flutter analyze