From 7ecbf669555f64042dd21584d87b750ac47aaf9f Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Tue, 21 Apr 2020 23:53:42 +0300 Subject: [PATCH 1/2] Remove obsolete CI hack --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8810abe3..9e4462c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,9 +38,6 @@ cache: cargo: true directories: - gcc -before_cache: - # Travis can't cache files that are not readable by "others" - - chmod -R a+r $HOME/.cargo branches: only: From b7319d00d8ce18bd392213cde753697537c6e663 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Tue, 21 Apr 2020 23:54:32 +0300 Subject: [PATCH 2/2] Allow nightly build to fail --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9e4462c3..47ac53b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ rust: if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master) matrix: + allow_failures: + - rust: nightly include: - env: TARGET=riscv64imac-unknown-none-elf rust: nightly