summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-08 01:22:46 +0530
committerAndinus <andinus@nand.sh>2020-04-08 01:22:46 +0530
commit636d06c5cde0e0072fccd6d8c93dec9b79120028 (patch)
tree4ae177a5483cc85810ed3e86a5647699726eeb20
parent09e64a527745d86a36aa45fb5ccc1f27ac25f04d (diff)
downloadlynx-636d06c5cde0e0072fccd6d8c93dec9b79120028.tar.gz
Remove drone-ci config
-rw-r--r--build/ci/drone.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/build/ci/drone.yml b/build/ci/drone.yml
deleted file mode 100644
index 32e778e..0000000
--- a/build/ci/drone.yml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-kind: pipeline
-name: testing
-
-steps:
-- name: vet
-  image: golang:1.13
-  commands:
-    - go vet ./...
-
-- name: test
-  image: golang:1.13
-  commands:
-    - go test -v ./...