From cac16f3494b9ac411346cf961a60d8baf42636dc Mon Sep 17 00:00:00 2001 From: Michael Droogleever Date: Sat, 18 Aug 2018 23:57:24 +0200 Subject: [PATCH] fix CI --- .travis.yml | 2 +- bors.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 bors.toml diff --git a/.travis.yml b/.travis.yml index 2608a11..01d4132 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: rust -rust: nightly +rust: nightly-2018-08-01 addons: apt: diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..359f894 --- /dev/null +++ b/bors.toml @@ -0,0 +1 @@ +status = ["continuous-integration/travis-ci/push"]