some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / github.com / google / go-cmp@v0.5.1 / .travis.yml
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/github.com/google/go-cmp@v0.5.1/.travis.yml b/.config/coc/extensions/coc-go-data/tools/pkg/mod/github.com/google/go-cmp@v0.5.1/.travis.yml
deleted file mode 100644 (file)
index efb4782..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-sudo: false
-language: go
-matrix:
-  include:
-    - go: 1.8.x
-      script:
-        - go test -v -race ./...
-    - go: 1.9.x
-      script:
-        - go test -v -race ./...
-    - go: 1.10.x
-      script:
-        - go test -v -race ./...
-    - go: 1.11.x
-      script:
-        - go test -v -race ./...
-    - go: 1.12.x
-      script:
-        - go test -v -race ./...
-    - go: 1.13.x
-      script:
-        - go test -v -race ./...
-    - go: 1.14.x
-      script:
-        - diff -u <(echo -n) <(gofmt -d .)
-        - go test -v -race ./...
-    - go: master
-      script:
-        - go test -v -race ./...
-  allow_failures:
-    - go: master
-  fast_finish: true