diff options
author | Andinus <andinus@nand.sh> | 2020-04-08 01:22:46 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-08 01:22:46 +0530 |
commit | 636d06c5cde0e0072fccd6d8c93dec9b79120028 (patch) | |
tree | 4ae177a5483cc85810ed3e86a5647699726eeb20 /build | |
parent | 09e64a527745d86a36aa45fb5ccc1f27ac25f04d (diff) | |
download | lynx-636d06c5cde0e0072fccd6d8c93dec9b79120028.tar.gz |
Remove drone-ci config
Diffstat (limited to 'build')
-rw-r--r-- | build/ci/drone.yml | 14 |
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 ./... |