diff options
author | Jakob Unterwurzacher | 2016-07-21 21:33:10 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-07-21 21:33:10 +0200 |
commit | 02aab5d21f519a3f0711871266bea096daaee65c (patch) | |
tree | de70aa5160309361c3b8b0facf285a0f93fa5113 | |
parent | 2e519b9609c3305ca162654ceaf54bc79f62e93f (diff) |
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.
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 9a7aef0..0000000 --- a/.drone.yml +++ /dev/null @@ -1,6 +0,0 @@ -build: - image: golang - commands: - - go get - - go build - - go test ./cryptfs |