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.