From e6ac4303ee24768053167427fe98f65fad0d42ad Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 4 Jun 2020 13:08:27 +0100 Subject: [PATCH] move CI to buildkite --- .travis.yml | 7 ------- CONTRIBUTING.rst | 7 +++---- README.md | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b76146b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: go -go: - - "1.11" -install: - - go get golang.org/x/lint/golint - - go get github.com/fzipp/gocyclo -script: ./hooks/pre-commit diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c1315d7..fae9cd6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -21,10 +21,9 @@ merge this back into the matrix.org 'official' master branch. We use github's pull request workflow to review the contribution, and either ask you to make any refinements needed or merge it and make them ourselves. -We use Travis for continuous integration, and all pull requests get -automatically tested by Travis: if your change breaks the build, then the PR -will show that there are failed checks, so please check back after a few -minutes. +We use Buildkite for continuous integration, and all pull requests get +automatically tested: if your change breaks the build, then the PR will show +that there are failed checks, so please check back after a few minutes. Code style ~~~~~~~~~~ diff --git a/README.md b/README.md index 068c4a3..7a2fe9b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rageshake [![Build Status](https://travis-ci.org/matrix-org/rageshake.svg?branch=master)](https://travis-ci.org/matrix-org/rageshake) +# rageshake [![Build status](https://badge.buildkite.com/76a4362a20b12dcd589f9308a905ffcc537278b9c363c0b5f1.svg?branch=master)](https://buildkite.com/matrix-dot-org/rageshake) Web service which collects and serves bug reports.