From 815b53e59f75ebe085f02b5a28e44cad3800f5f7 Mon Sep 17 00:00:00 2001 From: Rahix Date: Sun, 4 Oct 2020 13:29:44 +0200 Subject: [PATCH] ci: Revert "Fix nightly to 2020-07-12" This reverts commit 8c207c61f0611c6be152918828a17ab301e9387a. Signed-off-by: Rahix --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cb7b01..554807b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - nightly-2020-07-12 + - nightly cache: - cargo @@ -19,5 +19,5 @@ install: - python3 -c "__import__('yaml')" || pip3 install --user pyyaml script: - - make RUSTUP_TOOLCHAIN=nightly-2020-07-12 + - make - cargo build --all-features -- 2.48.1