diff --git a/.drone.yaml b/.drone.yaml
new file mode 100644
index 0000000..16dc837
--- /dev/null
+++ b/.drone.yaml
@@ -0,0 +1,10 @@
+kind: pipeline
+type: docker
+name: CI
+
+steps:
+ - name: test
+ image: maven:3-jdk-8
+ commands:
+ - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
+ - mvn test -B
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c545f87..be0c2cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
maven-surefire-plugin
2.22.0
+
\ No newline at end of file