diff --git a/.travis.yml b/.drone.yml similarity index 56% rename from .travis.yml rename to .drone.yml index 73b5adb..0a86bd5 100644 --- a/.travis.yml +++ b/.drone.yml @@ -1,26 +1,13 @@ -language: go -arch: - - amd64 - - ppc64le -go: - - "1.x" - - "1.14.x" - - "1.13.x" - - "1.12.x" - - "1.11.x" - - "1.10.x" - - "1.9.x" - -sudo: false - -before_install: +kind: pipeline +name: default +steps: +steps: +- name: build + image: golang + commands: - git config --global url."https://".insteadOf git:// - make install.tools - mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree - -install: true - -script: - make validation - make validation.tags - make build.arches diff --git a/README.md b/README.md index ed2c1a6..b285a6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-mtree -[![Build Status](https://travis-ci.org/vbatts/go-mtree.svg?branch=master)](https://travis-ci.org/vbatts/go-mtree) [![Go Report Card](https://goreportcard.com/badge/github.com/vbatts/go-mtree)](https://goreportcard.com/report/github.com/vbatts/go-mtree) +[![Go Report Card](https://goreportcard.com/badge/github.com/vbatts/go-mtree)](https://goreportcard.com/report/github.com/vbatts/go-mtree) `mtree` is a filesystem hierarchy validation tooling and format. This is a library and simple cli tool for [mtree(8)][mtree(8)] support.