move CI to buildkite
This commit is contained in:
parent
47178dc5c5
commit
e6ac4303ee
3 changed files with 4 additions and 12 deletions
|
@ -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
|
|
|
@ -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
|
pull request workflow to review the contribution, and either ask you to make
|
||||||
any refinements needed or merge it and make them ourselves.
|
any refinements needed or merge it and make them ourselves.
|
||||||
|
|
||||||
We use Travis for continuous integration, and all pull requests get
|
We use Buildkite for continuous integration, and all pull requests get
|
||||||
automatically tested by Travis: if your change breaks the build, then the PR
|
automatically tested: if your change breaks the build, then the PR will show
|
||||||
will show that there are failed checks, so please check back after a few
|
that there are failed checks, so please check back after a few minutes.
|
||||||
minutes.
|
|
||||||
|
|
||||||
Code style
|
Code style
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
@ -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.
|
Web service which collects and serves bug reports.
|
||||||
|
|
||||||
|
|
Reference in a new issue