Drop obsolete .drone.yml

Drone CI may make sense in the future when I set up a private
instance that supports FUSE, but for now it provides no advantages
to Travis CI.
This commit is contained in:
Jakob Unterwurzacher 2016-07-21 21:33:10 +02:00
parent 2e519b9609
commit 02aab5d21f
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
build:
image: golang
commands:
- go get
- go build
- go test ./cryptfs