Skip to content

Commit

Permalink
Merge pull request #859 from matrix-org/travis/buildkite
Browse files Browse the repository at this point in the history
Use Buildkite for CI
  • Loading branch information
turt2live committed Mar 15, 2019
2 parents 5b35a36 + 87f7f94 commit 73c7733
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
24 changes: 24 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
steps:
- label: ":eslint: Lint"
command:
- "yarn install"
- "yarn lint"
plugins:
- docker#v3.0.1:
image: "node:10"

- label: ":karma: Tests"
command:
- "yarn install"
- "yarn test"
plugins:
- docker#v3.0.1:
image: "node:10"

- label: "📃 Docs"
command:
- "yarn install"
- "yarn gendoc"
plugins:
- docker#v3.0.1:
image: "node:10"
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions travis.sh

This file was deleted.

0 comments on commit 73c7733

Please sign in to comment.