Browse Source

Add .gitlab-ci.yml

pull/1/head
Miguel Castiblanco 6 years ago
parent
commit
3ecbd5b13b
  1. 8
      .gitlab-ci.yml

8
.gitlab-ci.yml

@ -0,0 +1,8 @@
image: google/dart:latest
before_script:
- pub get
test_async:
script:
- pub run test
Loading…
Cancel
Save