We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e03e3 commit 89797c8Copy full SHA for 89797c8
circleci/config.yml
@@ -0,0 +1,9 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: google/dart
6
+ steps:
7
+ - checkout
8
+ - run: pub get
9
+ - run: pub test
0 commit comments