summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lrstanley/girc/.travis.yml
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-04-12 00:30:21 +0200
committerGitHub <noreply@github.com>2022-04-12 00:30:21 +0200
commit281ef53e7de5d30114dbf57a4b506b2d8d2720cc (patch)
tree5fe13b85ffe312053452e0d7107ca4b174a412e0 /vendor/github.com/lrstanley/girc/.travis.yml
parentf044b948e257814e8e1f70d4b66821bfd9c2ff06 (diff)
downloadmatterbridge-msglm-281ef53e7de5d30114dbf57a4b506b2d8d2720cc.tar.gz
matterbridge-msglm-281ef53e7de5d30114dbf57a4b506b2d8d2720cc.tar.bz2
matterbridge-msglm-281ef53e7de5d30114dbf57a4b506b2d8d2720cc.zip
Update dependencies (#1800)
Diffstat (limited to 'vendor/github.com/lrstanley/girc/.travis.yml')
-rw-r--r--vendor/github.com/lrstanley/girc/.travis.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/lrstanley/girc/.travis.yml b/vendor/github.com/lrstanley/girc/.travis.yml
deleted file mode 100644
index 96a1bb8a..00000000
--- a/vendor/github.com/lrstanley/girc/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: go
-go:
-- 1.11.x
-- tip
-before_install:
-- go get -v golang.org/x/lint/golint
-script:
-- $HOME/gopath/bin/golint -min_confidence 0.9 -set_exit_status
-- GORACE="exitcode=1 halt_on_error=1" go test -v -coverprofile=coverage.txt -race -timeout 3m -count 3 -cpu 1,4
-- go vet -v .
-after_success:
- - bash <(curl -s https://codecov.io/bash)
-branches:
- only:
- - master
-notifications:
- irc:
- channels:
- - irc.byteirc.org#/dev/null
- template:
- - "%{repository} #%{build_number} %{branch}/%{commit}: %{author} -- %{message}
- %{build_url}"
- on_success: change
- on_failure: change
- skip_join: false