From a0741d99b80d7da1c063853382756b3a9689f6a7 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sun, 30 Aug 2020 07:49:26 -0400 Subject: Add TLSConfig to nctalk (#1195) Signed-off-by: Gary Kim --- vendor/github.com/monaco-io/request/.travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vendor/github.com/monaco-io/request/.travis.yml (limited to 'vendor/github.com/monaco-io/request/.travis.yml') diff --git a/vendor/github.com/monaco-io/request/.travis.yml b/vendor/github.com/monaco-io/request/.travis.yml deleted file mode 100644 index abc79551..00000000 --- a/vendor/github.com/monaco-io/request/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: go - -go: - - 1.14.x - - tip - -sudo: false - -before_install: - - go get -t -v ./... - -script: - - go test -race -coverprofile=coverage.txt -covermode=atomic - -after_success: - - bash <(curl -s https://codecov.io/bash) -t 6cf6f7ab-26e6-429c-ac44-f0ad85c1e586 -- cgit v1.2.3