From e8aec560c7d32f5113d50d00f72a375cfde7128b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Tue, 20 Oct 2020 20:03:27 +0100 Subject: [PATCH 1/2] ci: update LDC version for release job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d19e9ad5..6333356a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: allow_failures: - d: dmd-nightly include: - - d: ldc-1.22.0 + - d: ldc-1.23.0 env: TOUR_DEPLOY=1 From 564db7c3a845a76f3273a2ecb45853eea7e1644a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Tue, 20 Oct 2020 20:28:34 +0100 Subject: [PATCH 2/2] ci: don't cache ~/.dub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6333356a..d123d748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,6 @@ matrix: - d: ldc-1.23.0 env: TOUR_DEPLOY=1 - -cache: - - $HOME/.dub - branches: only: - master