We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12e03e3 + 89797c8 commit 2cdce83Copy full SHA for 2cdce83
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