Skip to content

Commit 2cdce83

Browse files
authored
Merge pull request #1 from JeremiGendron/feat/circleci
test run circleci
2 parents 12e03e3 + 89797c8 commit 2cdce83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

circleci/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)