diff --git a/bors.toml b/.github/bors.toml similarity index 100% rename from bors.toml rename to .github/bors.toml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5b916ca --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: rust + +script: + - true + +branches: + only: + - master + - staging + - trying + +notifications: + email: + on_success: never