diff --git a/buildkite.yml b/buildkite.yml
new file mode 100644
index 0000000..91a0753
--- /dev/null
+++ b/buildkite.yml
@@ -0,0 +1,5 @@
+steps:
+  - label: "Test with stable"
+    command: rustup run stable cargo test
+  - label: "Test with beta"
+    command: rustup run beta cargo test