ohthatsa_old/.drone.yml
2020-06-13 14:41:44 +02:00

15 lines
No EOL
190 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: google/dart
commands:
- pub get
- pub run test
trigger:
branch:
- master
event:
- push