Added drone build

This commit is contained in:
Pavel Kachalouski
2019-04-23 13:51:27 +02:00
parent 30d54978b0
commit 8b8fec775f

8
.drone.yml Normal file
View File

@@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: app
image: scala-learn
commands:
- ./sbt test