diff options
author | Wim <wim@42.be> | 2023-04-05 23:39:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 23:39:15 +0200 |
commit | 89b0d362d29179b389b203e046b22b5b6e5f8310 (patch) | |
tree | 87e68ae33885d3de4a2c6a78a6afc6822ab7dd3e /vendor/github.com/mreiferson/go-httpclient/.travis.yml | |
parent | 574f25337df2a3a7dbfa18093a4fcbe056b8824b (diff) | |
download | matterbridge-msglm-89b0d362d29179b389b203e046b22b5b6e5f8310.tar.gz matterbridge-msglm-89b0d362d29179b389b203e046b22b5b6e5f8310.tar.bz2 matterbridge-msglm-89b0d362d29179b389b203e046b22b5b6e5f8310.zip |
Remove gitter bridge (#2035)
See https://blog.gitter.im/2023/02/13/gitter-has-fully-migrated-to-matrix/
Diffstat (limited to 'vendor/github.com/mreiferson/go-httpclient/.travis.yml')
-rw-r--r-- | vendor/github.com/mreiferson/go-httpclient/.travis.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/mreiferson/go-httpclient/.travis.yml b/vendor/github.com/mreiferson/go-httpclient/.travis.yml deleted file mode 100644 index d6f3d45d..00000000 --- a/vendor/github.com/mreiferson/go-httpclient/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: go -go: - - '1.x' -arch: - - amd64 - - ppc64le -install: - - go get github.com/bmizerany/assert -script: - - pushd $TRAVIS_BUILD_DIR - - go test - - popd -notifications: - email: false |