diff options
Diffstat (limited to 'vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml')
-rw-r--r-- | vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml b/vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml deleted file mode 100644 index aaf2cbdd..00000000 --- a/vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -image: golang:1.11 - -stages: - - build - - test - -build: - stage: build - script: - - go build ./... - -test: - stage: test - script: - - test -z "$(gofmt -l . | tee /dev/stderr)" - - go test ./... |